Searched refs:heap_caps_match (Results 1 – 3 of 3) sorted by relevance
111 bool heap_caps_match(const heap_t *heap, uint32_t caps) in heap_caps_match() function521 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()
43 bool heap_caps_match(const heap_t *heap, uint32_t caps);
126 if (heap_caps_match(&temp_heaps[i], MALLOC_CAP_8BIT|MALLOC_CAP_INTERNAL)) { in heap_caps_init()