Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info-stats-print.h35 char stats_before_allocations[STATS_BUFFER_SIZE]; member
79 stats_to_buffer(test_results.stats_before_allocations); in get_main_thread_test_results()
102 stats_to_buffer(test_results.stats_before_allocations); in get_different_threads_test_results()
145 malloc_thread_stats_t stats_before_allocations = {0}; in validate_main_thread_test_results() local
148 …populate_thread_stats(test_results->stats_before_allocations, test_results->threads[0], &stats_bef… in validate_main_thread_test_results()
151 stats_after_free.total_mmapped_memory -= stats_before_allocations.total_mmapped_memory; in validate_main_thread_test_results()
152 stats_after_free.total_allocated_memory -= stats_before_allocations.total_allocated_memory; in validate_main_thread_test_results()
153 stats_after_free.mmapped_regions -= stats_before_allocations.mmapped_regions; in validate_main_thread_test_results()