ESP-IDF
allocate_blocks()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
allocate_blocks()
allocate_blocks() function
Syntax
Show:
Summary
Declaration
from
esp_himem.c:169
static
bool
allocate_blocks
(
int
count
,
uint16_t
*
blocks_out
)
;
Arguments
Argument
count
blocks_out
Examples
References
from
examples
Code
Location
Referrer
static
bool
allocate_blocks
(
int
count
,
uint16_t
*
blocks_out
)
esp_himem.c:169
int
ok
=
allocate_blocks
(
blocks
,
r
->
block
)
;
esp_himem.c:206
esp_himem_alloc()
Call Tree
from
examples
allocate_blocks()
is called by 1 function and calls 1 function:
esp_himem_alloc()
All items filtered out
allocate_blocks()
__assert_func()
All items filtered out
Data Use
from
examples
allocate_blocks()
reads 4 variables and writes 1 variable:
ramblock_t::is_alloced
ramblock_t::is_mapped
s_ram_descriptor
s_ramblockcnt
All items filtered out
allocate_blocks()
ramblock_t::is_alloced
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