Searched refs:total_allocated_bytes (Results 1 – 4 of 4) sorted by relevance
165 size_t total_allocated_bytes; ///< Total bytes allocated to data in the heap. member
570 info->total_allocated_bytes += hinfo.total_allocated_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 …min_free %d largest_free_block %d\n", info.total_free_bytes, info.total_allocated_bytes, info.mini… in heap_caps_print_heap_info()
423 …info->total_allocated_bytes = (heap->pool_size - tlsf_size(heap->heap_data)) - heap->free_bytes - … in multi_heap_get_info_impl()
394 info->total_allocated_bytes -= info->allocated_blocks * POISON_OVERHEAD; in multi_heap_get_info()