Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_private.h23 #define HEAP_SIZE_MAX (SOC_MAX_CONTIGUOUS_RAM_SIZE) macro
Dheap_caps.c125 if (size == 0 || size > HEAP_SIZE_MAX ) { in heap_caps_malloc_base()
412 if (size > HEAP_SIZE_MAX) { in heap_caps_realloc_base()
675 if (size > HEAP_SIZE_MAX) { in heap_caps_aligned_alloc()
Dheap_caps_init.c25 assert(heap_size <= HEAP_SIZE_MAX); in register_heap()