Home
last modified time | relevance | path

Searched defs:MALLOC_CAP_INTERNAL (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h35 #define MALLOC_CAP_INTERNAL (1<<11) ///< Memory must be internal; specifically it should no… macro
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h40 #define MALLOC_CAP_INTERNAL (1<<11) ///< Memory must be internal; specifically it should no… macro
/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/
Desp_log.h22 #define MALLOC_CAP_INTERNAL 0 macro