Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps.c111 bool heap_caps_match(const heap_t *heap, uint32_t caps) in heap_caps_match() function
521 if (heap_caps_match(heap, caps)) { in heap_caps_get_total_size()
533 if (heap_caps_match(heap, caps)) { in heap_caps_get_free_size()
545 if (heap_caps_match(heap, caps)) { in heap_caps_get_minimum_free_size()
565 if (heap_caps_match(heap, caps)) { in heap_caps_get_info()
587 if (heap_caps_match(heap, caps)) { in heap_caps_print_heap_info()
Dheap_private.h43 bool heap_caps_match(const heap_t *heap, uint32_t caps);
Dheap_caps_init.c126 if (heap_caps_match(&temp_heaps[i], MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL)) { in heap_caps_init()