Home
last modified time | relevance | path

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

/mbedtls-latest/programs/ssl/
Dssl_server2.c1621 size_t current_heap_memory, peak_heap_memory, heap_blocks; in main() local
3720 mbedtls_memory_buffer_alloc_cur_get(&current_heap_memory, &heap_blocks); in main()
3721 mbedtls_memory_buffer_alloc_max_get(&peak_heap_memory, &heap_blocks); in main()