Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dheap_caps.c537 bool all_heaps = caps & MALLOC_CAP_INVALID; in heap_caps_check_integrity() local
543 && (all_heaps || (get_all_caps(heap) & caps) == caps)) { in heap_caps_check_integrity()
567 bool all_heaps = caps & MALLOC_CAP_INVALID; in heap_caps_dump() local
571 && (all_heaps || (get_all_caps(heap) & caps) == caps)) { in heap_caps_dump()