Home
last modified time | relevance | path

Searched defs:total_stats (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h62 malloc_thread_stats_t total_stats = {0}; in get_total_from_test_sizes() local
91 static int validate_total_allocated(malloc_thread_stats_t *total_stats) in validate_total_allocated()
112 static int validate_all_freed(malloc_thread_stats_t *total_stats) in validate_all_freed()
Dtest-mallinfo.c38 malloc_thread_stats_t total_stats = {0}; in test_main_thread() local
71 malloc_thread_stats_t total_stats = {0}; in test_different_threads() local
/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc84 const CompilationStatistics::BasicStats& total_stats) { in WriteLine()