Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/heap/
Dheap_private.h31 #define HEAP_SIZE_MAX (SOC_MAX_CONTIGUOUS_RAM_SIZE) macro
Dheap_caps.c100 if (size > HEAP_SIZE_MAX) { in heap_caps_malloc_base()
362 if (size > HEAP_SIZE_MAX) { in heap_caps_realloc_base()
602 if (size > HEAP_SIZE_MAX) { in heap_caps_aligned_alloc()
Dheap_caps_init.c33 assert(heap_size <= HEAP_SIZE_MAX); in register_heap()