Searched refs:hinfo (Results 1 – 1 of 1) sorted by relevance
566 multi_heap_info_t hinfo; in heap_caps_get_info() local567 multi_heap_get_info(heap->heap, &hinfo); in heap_caps_get_info()569 info->total_free_bytes += hinfo.total_free_bytes; in heap_caps_get_info()570 info->total_allocated_bytes += hinfo.total_allocated_bytes; in heap_caps_get_info()572 hinfo.largest_free_block); in heap_caps_get_info()573 info->minimum_free_bytes += hinfo.minimum_free_bytes; in heap_caps_get_info()574 info->allocated_blocks += hinfo.allocated_blocks; in heap_caps_get_info()575 info->free_blocks += hinfo.free_blocks; in heap_caps_get_info()576 info->total_blocks += hinfo.total_blocks; in heap_caps_get_info()