Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c1572 size_t current_heap_memory, peak_heap_memory, heap_blocks; in main() local
3622 mbedtls_memory_buffer_alloc_max_get(&peak_heap_memory, &heap_blocks); in main()
3624 (unsigned long) current_heap_memory, (unsigned long) peak_heap_memory); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c1620 size_t current_heap_memory, peak_heap_memory, heap_blocks; in main() local
3711 mbedtls_memory_buffer_alloc_max_get(&peak_heap_memory, &heap_blocks); in main()
3713 (unsigned long) current_heap_memory, (unsigned long) peak_heap_memory); in main()