Searched refs:total_used (Results 1 – 1 of 1) sorted by relevance
71 size_t total_used; member298 heap.total_used += cur->size; in buffer_alloc_calloc()299 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()300 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()356 heap.total_used += cur->size; in buffer_alloc_calloc()357 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()358 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()411 heap.total_used -= hdr->size; in buffer_alloc_free()508 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()539 *cur_used = heap.total_used; in mbedtls_memory_buffer_alloc_cur_get()[all …]