Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-common.h50 long long total_allocated_memory; member
68 total_stats.total_allocated_memory += sizes[i]; in get_total_from_test_sizes()
96 total_stats->total_allocated_memory, in validate_total_allocated()
97 total_from_test_sizes.total_allocated_memory, in validate_total_allocated()
114 int result = expect_equal(total_stats->total_allocated_memory, 0, "allocated memory"); in validate_all_freed()
Dtest-malloc-info.c106 long long total_allocated_memory = in populate_thread_stats() local
114 if (total_allocated_memory == -1 || total_mmapped_memory == -1 || mmapped_regions == -1) { in populate_thread_stats()
117 stats->total_allocated_memory = total_allocated_memory; in populate_thread_stats()
Dtest-mallinfo.c58 total_stats.total_allocated_memory -= total_stats_before_test.total_allocated_memory; in test_main_thread()
105 total_stats.total_allocated_memory -= total_stats_before_test.total_allocated_memory; in test_different_threads()
Dtest-malloc-info-stats-print.h152 stats_after_free.total_allocated_memory -= stats_before_allocations.total_allocated_memory; in validate_main_thread_test_results()
161 int result = expect_greater_equal(stats->total_allocated_memory, size, "allocated memory", "size"); in validate_allocated_size()
Dtest-malloc-stats-print.c71 result &= parse_amount(&thread_data_start, &stats->total_allocated_memory); in populate_thread_stats()