Home
last modified time | relevance | path

Searched refs:free_heap_space_after_allocations (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functional/
H A Dtest-mallinfo.c49 long long free_heap_space_after_allocations = 0; in test_main_thread() local
50 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_allocations, use_mallinfo2); in test_main_thread()
63 free_heap_space_after_allocations, in test_main_thread()
94 long long free_heap_space_after_allocations = 0; in test_different_threads() local
95 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_allocations, use_mallinfo2); in test_different_threads()
110 free_heap_space_after_allocations, in test_different_threads()
H A Dtest-malloc-info-stats-print.h182 long long free_heap_space_after_allocations = 0; in validate_different_threads_test_results() local
184 result &= populate_total_free_heap_space(test_results->stats_after_allocations, &free_heap_space_after_allocations); in validate_different_threads_test_results()
188 free_heap_space_after_allocations, in validate_different_threads_test_results()

Completed in 1 milliseconds