Home
last modified time | relevance | path

Searched defs:heap_caps_malloc (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/spi_flash/sim/stubs/log/include/
Desp_log.h21 #define heap_caps_malloc(a, b) NULL macro
/hal_espressif-latest/components/spi_flash/sim/
Dflash_mock.cpp135 void *heap_caps_malloc( size_t size, uint32_t caps ) in heap_caps_malloc() function
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c64 void *heap_caps_malloc( size_t size, uint32_t caps) in heap_caps_malloc() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c57 void *heap_caps_malloc( size_t size, uint32_t caps) in heap_caps_malloc() function
Dheap_caps.c195 HEAP_IRAM_ATTR void *heap_caps_malloc( size_t size, uint32_t caps){ in heap_caps_malloc() function