Home
last modified time | relevance | path

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

/mbedtls-3.5.0/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 …]