Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dmemory_buffer_alloc.c59 size_t header_count; member
335 heap.header_count++; in buffer_alloc_calloc()
336 if (heap.header_count > heap.maximum_header_count) { in buffer_alloc_calloc()
337 heap.maximum_header_count = heap.header_count; in buffer_alloc_calloc()
409 heap.header_count--; in buffer_alloc_free()
427 heap.header_count--; in buffer_alloc_free()
497 heap.header_count, heap.total_used, in mbedtls_memory_buffer_alloc_status()
532 *cur_blocks = heap.header_count; in mbedtls_memory_buffer_alloc_cur_get()