Searched refs:total_used (Results 1 – 3 of 3) sorted by relevance
69 size_t total_used; member287 heap.total_used += cur->size; in buffer_alloc_calloc()288 if (heap.total_used > heap.maximum_used) { in buffer_alloc_calloc()289 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()351 heap.total_used += cur->size; in buffer_alloc_calloc()352 if (heap.total_used > heap.maximum_used) { in buffer_alloc_calloc()353 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()408 heap.total_used -= hdr->size; in buffer_alloc_free()509 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()543 *cur_used = heap.total_used; in mbedtls_memory_buffer_alloc_cur_get()[all …]
42 int total_used = 0, total_free = 0; in u_mmDumpMemInfo() local51 total_used += p->size; in u_mmDumpMemInfo()55 total_used + total_free, total_used, total_free); in u_mmDumpMemInfo()
649 uint32_t total_used = front_used + back_used; in anv_block_pool_grow() local708 center_bo_offset = ((uint64_t)size * back_used) / total_used; in anv_block_pool_grow()