Searched refs:total_used (Results 1 – 1 of 1) sorted by relevance
81 size_t total_used; member304 heap.total_used += cur->size; in buffer_alloc_calloc()305 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()306 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()362 heap.total_used += cur->size; in buffer_alloc_calloc()363 if( heap.total_used > heap.maximum_used ) in buffer_alloc_calloc()364 heap.maximum_used = heap.total_used; in buffer_alloc_calloc()417 heap.total_used -= hdr->size; in buffer_alloc_free()514 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 …]