Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-mallinfo.c55 long long free_heap_space_after_free = 0; in test_main_thread() local
56 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_free, use_mallinfo2); in test_main_thread()
62 free_heap_space_after_free, in test_main_thread()
102 long long free_heap_space_after_free = 0; in test_different_threads() local
103 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_free, use_mallinfo2); in test_different_threads()
109 free_heap_space_after_free, in test_different_threads()
Dtest-malloc-info-stats-print.h183 long long free_heap_space_after_free = 0; in validate_different_threads_test_results() local
185 …ult &= populate_total_free_heap_space(test_results->stats_after_free, &free_heap_space_after_free); in validate_different_threads_test_results()
187 free_heap_space_after_free, in validate_different_threads_test_results()