Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps.c208 #define MALLOC_DISABLE_EXTERNAL_ALLOCS -1 macro
210 static int malloc_alwaysinternal_limit=MALLOC_DISABLE_EXTERNAL_ALLOCS;
222 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_malloc_default()
255 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_realloc_default()