Searched refs:total_allocated_memory (Results 1 – 5 of 5) sorted by relevance
50 long long total_allocated_memory; member68 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()
106 long long total_allocated_memory = in populate_thread_stats() local114 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()
58 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()
152 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()
71 result &= parse_amount(&thread_data_start, &stats->total_allocated_memory); in populate_thread_stats()