Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/heap/
Dheap_caps.c498 multi_heap_info_t hinfo; in heap_caps_get_info() local
499 multi_heap_get_info(heap->heap, &hinfo); in heap_caps_get_info()
501 info->total_free_bytes += hinfo.total_free_bytes; in heap_caps_get_info()
502 info->total_allocated_bytes += hinfo.total_allocated_bytes; in heap_caps_get_info()
504 hinfo.largest_free_block); in heap_caps_get_info()
505 info->minimum_free_bytes += hinfo.minimum_free_bytes; in heap_caps_get_info()
506 info->allocated_blocks += hinfo.allocated_blocks; in heap_caps_get_info()
507 info->free_blocks += hinfo.free_blocks; in heap_caps_get_info()
508 info->total_blocks += hinfo.total_blocks; in heap_caps_get_info()