Home
last modified time | relevance | path

Searched refs:heap_caps_malloc_default (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/newlib/
Dheap.c19 extern void *heap_caps_malloc_default( size_t size );
24 return heap_caps_malloc_default(size); in malloc()
44 return heap_caps_malloc_default(size); in _malloc_r()
65 result = heap_caps_malloc_default(size_bytes); in _calloc_r()
/hal_espressif-latest/components/heap/
Dheap_private.h64 void *heap_caps_malloc_default(size_t size);
DCMakeLists.txt60 heap_caps_malloc_default
Dheap_caps_linux.c70 void *heap_caps_malloc_default( size_t size ) in heap_caps_malloc_default() function
Dheap_caps.c220 HEAP_IRAM_ATTR void *heap_caps_malloc_default( size_t size ) in heap_caps_malloc_default() function
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c75 void *heap_caps_malloc_default( size_t size ) in heap_caps_malloc_default() function