Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c81 size_t total_used; member
304 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 …]