Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dmemory_buffer_alloc.c71 size_t header_count; member
347 heap.header_count++; in buffer_alloc_calloc()
348 if (heap.header_count > heap.maximum_header_count) { in buffer_alloc_calloc()
349 heap.maximum_header_count = heap.header_count; in buffer_alloc_calloc()
421 heap.header_count--; in buffer_alloc_free()
439 heap.header_count--; in buffer_alloc_free()
509 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()