ESP-IDF
rangeblock_t::is_alloced
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
rangeblock_t::is_alloced
rangeblock_t::is_alloced field
Syntax
Show:
Summary
Declaration
from
esp_himem.c:70
unsigned
int
is_alloced
:
1
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
is_alloced
:
1
;
esp_himem.c:70
if
(
s_range_descriptor
[
i
]
.
is_alloced
)
{
esp_himem.c:256
esp_himem_alloc_map_range()
s_range_descriptor
[
r
->
block_start
+
i
]
.
is_alloced
=
1
;
esp_himem.c:273
esp_himem_alloc_map_range()
assert
(
s_range_descriptor
[
i
+
handle
->
block_start
]
.
is_alloced
==
1
)
;
//should be, if handle is valid
esp_himem.c:286
esp_himem_free_map_range()
s_range_descriptor
[
i
+
handle
->
block_start
]
.
is_alloced
=
0
;
esp_himem.c:292
esp_himem_free_map_range()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rangeblock_t::is_alloced
is written by 2 functions and is read by 2 functions:
esp_himem_alloc_map_range()
esp_himem_free_map_range()
All items filtered out
rangeblock_t::is_alloced
esp_himem_alloc_map_range()
esp_himem_free_map_range()
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