Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dmemory_buffer_alloc.c57 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()
[all …]