Lines Matching refs:total_used
57 size_t total_used; member
275 heap.total_used += cur->size; in buffer_alloc_calloc()
276 if (heap.total_used > heap.maximum_used) { in buffer_alloc_calloc()
277 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()
339 heap.total_used += cur->size; in buffer_alloc_calloc()
340 if (heap.total_used > heap.maximum_used) { in buffer_alloc_calloc()
341 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()
396 heap.total_used -= hdr->size; in buffer_alloc_free()
497 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()
531 *cur_used = heap.total_used; in mbedtls_memory_buffer_alloc_cur_get()
622 heap.total_used != 0 || in check_all_free()