Searched refs:multi_heap_info_t (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/heap/include/ |
D | multi_heap.h | 171 } multi_heap_info_t; typedef 180 void multi_heap_get_info(multi_heap_handle_t heap, multi_heap_info_t *info);
|
D | esp_heap_caps.h | 257 void heap_caps_get_info( multi_heap_info_t *info, uint32_t caps );
|
/hal_espressif-latest/components/heap/ |
D | multi_heap.c | 52 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()
|
D | heap_caps_linux.c | 160 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()
|
D | heap_caps.c | 554 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()
|
D | multi_heap_internal.h | 54 void multi_heap_get_info_impl(multi_heap_handle_t heap, multi_heap_info_t *info);
|
D | multi_heap_poisoning.c | 390 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/ |
D | heap_caps_zephyr.c | 168 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()
|