Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Dmulti_heap.h171 } multi_heap_info_t; typedef
180 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info);
Desp_heap_caps.h257 void heap_caps_get_info( multi_heap_info_t *info, uint32_t caps );
/hal_espressif-latest/components/heap/
Dmulti_heap.c52 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info)
393 multi_heap_info_t *info = user; in multi_heap_get_info_tlsf()
408 void multi_heap_get_info_impl(multi_heap_handle_t heap, multi_heap_info_t *info) in multi_heap_get_info_impl()
412 memset(info, 0, sizeof(multi_heap_info_t)); in multi_heap_get_info_impl()
Dheap_caps_linux.c160 void heap_caps_get_info( multi_heap_info_t *info, uint32_t caps ) in heap_caps_get_info()
162 memset(info, 0, sizeof(multi_heap_info_t)); in heap_caps_get_info()
Dheap_caps.c554 multi_heap_info_t info; in heap_caps_get_largest_free_block()
559 void heap_caps_get_info( multi_heap_info_t *info, uint32_t caps ) in heap_caps_get_info()
561 memset(info, 0, sizeof(multi_heap_info_t)); in heap_caps_get_info()
566 multi_heap_info_t hinfo; in heap_caps_get_info()
583 multi_heap_info_t info; in heap_caps_print_heap_info()
Dmulti_heap_internal.h54 void multi_heap_get_info_impl(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()
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c168 void heap_caps_get_info( multi_heap_info_t *info, uint32_t caps ) in heap_caps_get_info()
170 memset(info, 0, sizeof(multi_heap_info_t)); in heap_caps_get_info()