Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c77 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()
545 *cur_used = heap.total_used; in mbedtls_memory_buffer_alloc_cur_get()
[all …]

Completed in 3 milliseconds