Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32c2/ld/
Desp32c2.rom.heap.ld15 PROVIDE (multi_heap_get_info = multi_heap_get_info_impl); symbol
/hal_espressif-latest/components/heap/include/
Dmulti_heap.h180 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info);
/hal_espressif-latest/components/esp_rom/esp32c6/ld/
Desp32c6.rom.heap.ld69 PROVIDE (multi_heap_get_info = multi_heap_get_info_impl); symbol
/hal_espressif-latest/components/esp_rom/esp32h2/ld/
Desp32h2.rom.heap.ld69 PROVIDE (multi_heap_get_info = multi_heap_get_info_impl); symbol
/hal_espressif-latest/components/heap/
Dheap_caps.c567 multi_heap_get_info(heap->heap, &hinfo); in heap_caps_get_info()
588 multi_heap_get_info(heap->heap, &info); in heap_caps_print_heap_info()
Dmulti_heap.c52 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info)
Dmulti_heap_poisoning.c390 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info) in multi_heap_get_info() function