Home
last modified time | relevance | path

Searched refs:MALLOC_CAP_PID3 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/heap/port/esp32/
Dmemory_layout.c57 { "PID3IRAM", { MALLOC_CAP_PID3|MALLOC_CAP_INTERNAL, 0, MALLOC_IRAM_CAP }, false, false},
64 …{ "PID3DRAM", { MALLOC_CAP_PID3|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT, MALLOC_CAP_32BIT|MALLOC_CAP_…
/hal_espressif-3.4.0/zephyr/esp_shared/include/
Desp_heap_caps_adapter.h29 #define MALLOC_CAP_PID3 (1<<5) ///< Memory must be mapped to PID3 memory space (PIDs a… macro
/hal_espressif-3.4.0/components/heap/include/
Desp_heap_caps.h27 #define MALLOC_CAP_PID3 (1<<5) ///< Memory must be mapped to PID3 memory space (PIDs a… macro