Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps_init.c170 bool heap_caps_check_add_region_allowed(intptr_t heap_start, intptr_t heap_end, intptr_t start, int… in heap_caps_check_add_region_allowed() argument
201 …bool condition_4 = start < heap_end && end > heap_end; // if true then region not allow… in heap_caps_check_add_region_allowed()
202 …bool condition_6 = start == heap_start && end == heap_end; // if true then region not allow… in heap_caps_check_add_region_allowed()