Searched refs:total_free_bytes (Results 1 – 4 of 4) sorted by relevance
164 …size_t total_free_bytes; ///< Total free bytes in the heap. Equivalent to multi_free_heap_si… member
569 info->total_free_bytes += hinfo.total_free_bytes; in heap_caps_get_info()591 …heap->start, heap->end - heap->start, info.total_free_bytes, info.total_allocated_bytes, info.mini… in heap_caps_print_heap_info()600 …printf(" free %d allocated %d min_free %d largest_free_block %d\n", info.total_free_bytes, info… in heap_caps_print_heap_info()
425 info->total_free_bytes = heap->free_bytes; in multi_heap_get_info_impl()
399 subtract_poison_overhead(&info->total_free_bytes); in multi_heap_get_info()