ESP-IDF
psram_mem_t::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
psram_mem_t::size
psram_mem_t::size field
Syntax
Show:
Summary
Declaration
from
esp_psram.c:67
size_t
size
;
Examples
References
from
examples
Code
Location
Referrer
size_t
size
;
//in bytes
esp_psram.c:67
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
=
size_to_map
;
esp_psram.c:256
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
=
size_to_map
;
esp_psram.c:259
s_psram_mapping()
ESP_EARLY_LOGV
(
TAG
,
"8bit-aligned-range: 0x%x B, starting from: %p"
,
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
,
v_start_8bit_aligned
)
;
esp_psram.c:262
s_psram_mapping()
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
-=
esp_himem_reserved_area_size
(
)
-
1
;
esp_psram.c:327
s_psram_mapping()
if
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
{
esp_psram.c:380
esp_psram_extram_add_to_heap_allocator()
(
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
+
s_psram_ctx
.
regions_to_heap
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
/
1024
)
;
esp_psram.c:392
esp_psram_extram_add_to_heap_allocator()
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_8BIT_ALIGNED
]
.
size
,
esp_psram.c:507
esp_psram_extram_test()
if
(
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
)
{
esp_psram.c:514
esp_psram_extram_test()
s_psram_ctx
.
mapped_regions
[
PSRAM_MEM_32BIT_ALIGNED
]
.
size
,
esp_psram.c:516
esp_psram_extram_test()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psram_mem_t::size
is written by 1 function and is read by 3 functions:
s_psram_mapping()
All items filtered out
psram_mem_t::size
s_psram_mapping()
esp_psram_extram_add_to_heap_allocator()
esp_psram_extram_test()
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