ESP-IDF
mem_region_::max_slot_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
mem_region_::max_slot_size
mem_region_::max_slot_size field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:92
size_t
max_slot_size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
max_slot_size
;
//max slot size within this region
esp_mmu_map.c:92
hw_mem_regions
[
i
]
.
max_slot_size
=
0
;
esp_mmu_map.c:150
s_reserve_irom_region()
hw_mem_regions
[
i
]
.
max_slot_size
-=
irom_len_to_reserve
;
esp_mmu_map.c:154
s_reserve_irom_region()
hw_mem_regions
[
i
]
.
max_slot_size
=
0
;
esp_mmu_map.c:178
s_reserve_drom_region()
hw_mem_regions
[
i
]
.
max_slot_size
-=
drom_len_to_reserve
;
esp_mmu_map.c:182
s_reserve_drom_region()
hw_mem_regions
[
i
]
.
max_slot_size
=
g_mmu_mem_regions
[
i
]
.
size
;
esp_mmu_map.c:204
esp_mmu_map_init()
b
->
max_slot_size
+=
a
->
max_slot_size
;
esp_mmu_map.c:232
esp_mmu_map_init()
if
(
s_mmu_ctx
.
mem_regions
[
i
]
.
max_slot_size
>
max
)
{
esp_mmu_map.c:287
esp_mmu_map_get_max_consecutive_free_block_size()
max
=
s_mmu_ctx
.
mem_regions
[
i
]
.
max_slot_size
;
esp_mmu_map.c:288
esp_mmu_map_get_max_consecutive_free_block_size()
if
(
mem_regions
[
i
]
.
max_slot_size
>=
size
)
{
esp_mmu_map.c:303
s_find_available_region()
s_mmu_ctx
.
mem_regions
[
found_region_id
]
.
max_slot_size
-=
aligned_size
;
esp_mmu_map.c:328
esp_mmu_map_reserve_block_with_caps()
found_region
->
max_slot_size
=
max_slot_len
;
esp_mmu_map.c:564
esp_mmu_map()
region
->
max_slot_size
=
(
slot_len
>
region
->
max_slot_size
)
?
slot_len
:
region
->
max_slot_size
;
esp_mmu_map.c:661
esp_mmu_unmap()
s_mmu_ctx
.
mem_regions
[
i
]
.
max_slot_size
)
;
esp_mmu_map.c:696
esp_mmu_map_dump_mapped_blocks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_region_::max_slot_size
is written by 6 functions and is read by 8 functions:
s_reserve_irom_region()
s_reserve_drom_region()
esp_mmu_map_init()
esp_mmu_map_reserve_block_with_caps()
esp_mmu_map()
esp_mmu_unmap()
All items filtered out
mem_region_::max_slot_size
s_reserve_irom_region()
s_reserve_drom_region()
esp_mmu_map_init()
esp_mmu_map_get_max_consecutive_free_block_size()
s_find_available_region()
esp_mmu_map_reserve_block_with_caps()
esp_mmu_unmap()
esp_mmu_map_dump_mapped_blocks()
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