Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dheap_caps.c312 IRAM_ATTR static heap_t *find_containing_heap(void *ptr ) in find_containing_heap() function
338 heap_t *heap = find_containing_heap(ptr); in heap_caps_free()
372 heap = find_containing_heap(dram_ptr); in heap_caps_realloc_base()
381 heap = find_containing_heap(ptr); in heap_caps_realloc_base()
558 heap_t *heap = find_containing_heap((void *)addr); in heap_caps_check_integrity_addr()
584 heap_t *heap = find_containing_heap(ptr); in heap_caps_get_allocated_size()