Home
last modified time | relevance | path

Searched refs:total_used (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/library/
Dmemory_buffer_alloc.c69 size_t total_used; member
287 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 …]
/third_party/mesa3d/src/util/
Du_mm.c42 int total_used = 0, total_free = 0; in u_mmDumpMemInfo() local
51 total_used += p->size; in u_mmDumpMemInfo()
55 total_used + total_free, total_used, total_free); in u_mmDumpMemInfo()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c649 uint32_t total_used = front_used + back_used; in anv_block_pool_grow() local
708 center_bo_offset = ((uint64_t)size * back_used) / total_used; in anv_block_pool_grow()