Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dmemory_buffer_alloc.c83 size_t header_count; member
359 heap.header_count++; in buffer_alloc_calloc()
360 if( heap.header_count > heap.maximum_header_count ) in buffer_alloc_calloc()
361 heap.maximum_header_count = heap.header_count; in buffer_alloc_calloc()
431 heap.header_count--; in buffer_alloc_free()
449 heap.header_count--; in buffer_alloc_free()
514 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()
544 *cur_blocks = heap.header_count; in mbedtls_memory_buffer_alloc_cur_get()