Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c80 size_t maximum_header_count; member
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()
515 heap.maximum_header_count, heap.maximum_used, in mbedtls_memory_buffer_alloc_status()
516 heap.maximum_header_count * sizeof( memory_header ) in mbedtls_memory_buffer_alloc_status()
534 *max_blocks = heap.maximum_header_count; in mbedtls_memory_buffer_alloc_max_get()
540 heap.maximum_header_count = 0; in mbedtls_memory_buffer_alloc_max_reset()

Completed in 3 milliseconds