Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps.c210 static int malloc_alwaysinternal_limit=MALLOC_DISABLE_EXTERNAL_ALLOCS; variable
214 malloc_alwaysinternal_limit=limit; in heap_caps_malloc_extmem_enable()
222 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_malloc_default()
230 if (size <= (size_t)malloc_alwaysinternal_limit) { in heap_caps_malloc_default()
255 if (malloc_alwaysinternal_limit==MALLOC_DISABLE_EXTERNAL_ALLOCS) { in heap_caps_realloc_default()
263 if (size <= (size_t)malloc_alwaysinternal_limit) { in heap_caps_realloc_default()