Home
last modified time | relevance | path

Searched refs:maximum_used (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dmemory_buffer_alloc.c70 size_t maximum_used; member
288 if (heap.total_used > heap.maximum_used) { in buffer_alloc_calloc()
289 heap.maximum_used = heap.total_used; 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()
510 heap.maximum_header_count, heap.maximum_used, in mbedtls_memory_buffer_alloc_status()
512 + heap.maximum_used, in mbedtls_memory_buffer_alloc_status()
531 *max_used = heap.maximum_used; in mbedtls_memory_buffer_alloc_max_get()
537 heap.maximum_used = 0; in mbedtls_memory_buffer_alloc_max_reset()

Completed in 1 milliseconds