Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c51 { "PID6IRAM", { MALLOC_CAP_PID6|MALLOC_CAP_INTERNAL, 0, MALLOC_IRAM_CAP }, false, false},
58 …{ "PID6DRAM", { MALLOC_CAP_PID6|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT, MALLOC_CAP_32BIT|MALLOC_CAP_…
/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h32 #define MALLOC_CAP_PID6 (1<<8) ///< Memory must be mapped to PID6 memory space (PIDs a… macro
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h37 #define MALLOC_CAP_PID6 (1<<8) ///< Memory must be mapped to PID6 memory space (PIDs a… macro