Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dheap.c20 extern void *heap_caps_realloc_default( void *ptr, size_t size );
34 return heap_caps_realloc_default(ptr, size); in realloc()
54 return heap_caps_realloc_default( ptr, size ); in _realloc_r()
/hal_espressif-latest/components/heap/
Dheap_private.h63 void *heap_caps_realloc_default(void *p, size_t size);
DCMakeLists.txt61 heap_caps_realloc_default)
Dheap_caps_linux.c97 void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default() function
Dheap_caps.c253 HEAP_IRAM_ATTR void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default() function
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c102 void *heap_caps_realloc_default( void *ptr, size_t size ) in heap_caps_realloc_default() function