Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps.c113 return heap->heap != NULL && ((get_all_caps(heap) & caps) == caps); in heap_caps_match()
159 if ((get_all_caps(heap) & caps) == caps) { in heap_caps_malloc_base()
437 bool compatible_caps = (caps & get_all_caps(heap)) == caps; in heap_caps_realloc_base()
611 && (all_heaps || (get_all_caps(heap) & caps) == caps)) { in heap_caps_check_integrity()
639 && (all_heaps || (get_all_caps(heap) & caps) == caps)) { in heap_caps_dump()
693 if ((get_all_caps(heap) & caps) == caps) { in heap_caps_aligned_alloc()
Dheap_private.h46 inline static uint32_t get_all_caps(const heap_t *heap) in get_all_caps() function
Dheap_task_info.c52 uint32_t caps = get_all_caps(reg); in heap_caps_get_per_task_info()