ESP-IDF
soc_memory_region_t::size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
soc_memory_region_t::size
soc_memory_region_t::size field
Syntax
Show:
Summary
Declaration
from
heap_memory_layout.h:34
size_t
size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
size
;
///< Size of the region in bytes
heap_memory_layout.h:34
if
(
b
->
start
==
(
intptr_t
)
(
a
->
start
+
a
->
size
)
&&
b
->
type
==
a
->
type
&&
b
->
startup_stack
==
a
->
startup_stack
)
{
heap_caps_init.c:80
heap_caps_init()
b
->
size
+=
a
->
size
;
heap_caps_init.c:83
heap_caps_init()
heap
->
end
=
region
->
start
+
region
->
size
;
heap_caps_init.c:112
heap_caps_init()
region
->
start
,
region
->
size
,
region
->
size
/
1024
,
type
->
name
)
;
heap_caps_init.c:123
heap_caps_init()
if
(
region
->
start
<=
start
&&
(
intptr_t
)
(
region
->
start
+
region
->
size
)
>
start
)
{
heap_caps_init.c:174
heap_caps_add_region()
ESP_EARLY_LOGV
(
TAG
,
"Examining memory region 0x%08x - 0x%08x"
,
in
.
start
,
in
.
start
+
in
.
size
)
;
memory_layout_utils.c:136
soc_get_available_memory_regions()
intptr_t
in_end
=
in_start
+
in
.
size
;
memory_layout_utils.c:138
soc_get_available_memory_regions()
in
.
size
=
in_end
-
in_start
;
memory_layout_utils.c:165
soc_get_available_memory_regions()
in_region
->
size
-=
(
reserved
[
i
]
.
end
-
in_region
->
start
)
;
memory_layout_utils.c:169
soc_get_available_memory_regions()
in
.
size
=
in_end
-
in_start
;
memory_layout_utils.c:180
soc_get_available_memory_regions()
in
.
size
=
in_end
-
in_start
;
memory_layout_utils.c:185
soc_get_available_memory_regions()
if
(
in
.
size
<=
16
)
{
memory_layout_utils.c:190
soc_get_available_memory_regions()
ESP_EARLY_LOGD
(
TAG
,
"Available memory region 0x%08x - 0x%08x"
,
in
.
start
,
in
.
start
+
in
.
size
)
;
memory_layout_utils.c:195
soc_get_available_memory_regions()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
soc_memory_region_t::size
is written by 2 functions and is read by 3 functions:
heap_caps_init()
soc_get_available_memory_regions()
All items filtered out
soc_memory_region_t::size
heap_caps_init()
heap_caps_add_region()
soc_get_available_memory_regions()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out