Searched refs:hinfo (Results 1 – 1 of 1) sorted by relevance
498 multi_heap_info_t hinfo; in heap_caps_get_info() local499 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()