ESP-IDF
mem_block_::size
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mem_block_::size
mem_block_::size field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:75
size_t
size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
size
;
//size of this block, should be aligned to MMU page size
esp_mmu_map.c:75
dummy_head
->
size
=
0
;
esp_mmu_map.c:473
esp_mmu_map()
dummy_tail
->
size
=
0
;
esp_mmu_map.c:483
esp_mmu_map()
ESP_LOGW
(
TAG
,
"paddr block is mapped already, vaddr_start: %p, size: 0x%x"
,
(
void
*
)
mem_block
->
vaddr_start
,
mem_block
->
size
)
;
esp_mmu_map.c:512
esp_mmu_map()
new_block
->
size
=
aligned_size
;
esp_mmu_map.c:568
esp_mmu_map()
s_do_unmapping
(
mem_block
->
vaddr_start
,
mem_block
->
size
)
;
esp_mmu_map.c:672
esp_mmu_unmap()
mem_block
->
size
,
esp_mmu_map.c:710
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"block size: 0x%x"
,
mem_block
->
size
)
;
esp_mmu_map.c:736
esp_mmu_map_dump_mapped_blocks_private()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_block_::size
is written by 1 function and is read by 4 functions:
esp_mmu_map()
All items filtered out
mem_block_::size
esp_mmu_map()
esp_mmu_unmap()
esp_mmu_map_dump_mapped_blocks()
esp_mmu_map_dump_mapped_blocks_private()
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