Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/port/esp32/
Dmemory_layout.c49 { "PID4IRAM", { MALLOC_CAP_PID4|MALLOC_CAP_INTERNAL, 0, MALLOC_IRAM_CAP }, false, false},
56 …{ "PID4DRAM", { MALLOC_CAP_PID4|MALLOC_CAP_INTERNAL, MALLOC_CAP_8BIT, MALLOC_CAP_32BIT|MALLOC_CAP_…
/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h30 #define MALLOC_CAP_PID4 (1<<6) ///< Memory must be mapped to PID4 memory space (PIDs a… macro
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h35 #define MALLOC_CAP_PID4 (1<<6) ///< Memory must be mapped to PID4 memory space (PIDs a… macro