Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dheap_caps.c177 #define MALLOC_DISABLE_EXTERNAL_ALLOCS -1 macro
179 static int malloc_alwaysinternal_limit=MALLOC_DISABLE_EXTERNAL_ALLOCS;
191 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_malloc_default()
224 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_realloc_default()