Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info-stats-print.h43 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *…
148populate_thread_stats(test_results->stats_before_allocations, test_results->threads[0], &stats_bef… in validate_main_thread_test_results()
149populate_thread_stats(test_results->stats_after_allocations, test_results->threads[0], &stats_afte… in validate_main_thread_test_results()
150 populate_thread_stats(test_results->stats_after_free, test_results->threads[0], &stats_after_free); 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()
Dtest-malloc-stats-print.c61 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats() function
Dtest-malloc-info.c99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *… in populate_thread_stats() function