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/
H A Dtest-malloc-info-stats-print.h43 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *stats);
148 populate_thread_stats(test_results->stats_before_allocations, test_results->threads[0], &stats_before_allocations); in validate_main_thread_test_results()
149 populate_thread_stats(test_results->stats_after_allocations, test_results->threads[0], &stats_after_allocations); 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], &thread_stats); in validate_different_threads_test_results()
H A Dtest-malloc-stats-print.c61 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *stats) in populate_thread_stats() function
H A Dtest-malloc-info.c99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *stats) in populate_thread_stats() function

Completed in 1 milliseconds