Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info-stats-print.h36 char stats_after_allocations[STATS_BUFFER_SIZE]; member
87 stats_to_buffer(test_results.stats_after_allocations); in get_main_thread_test_results()
124 stats_to_buffer(test_results.stats_after_allocations); in get_different_threads_test_results()
146 malloc_thread_stats_t stats_after_allocations = {0}; in validate_main_thread_test_results() local
149 …populate_thread_stats(test_results->stats_after_allocations, test_results->threads[0], &stats_afte… in validate_main_thread_test_results()
154 int result = validate_total_allocated(&stats_after_allocations); in validate_main_thread_test_results()
174 …result &= populate_thread_stats(test_results->stats_after_allocations, test_results->threads[i], &… in validate_different_threads_test_results()
184 …result &= populate_total_free_heap_space(test_results->stats_after_allocations, &free_heap_space_a… in validate_different_threads_test_results()