Searched refs:total_allocated_memory (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-common.h | 50 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()
|
D | test-malloc-info.c | 106 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()
|
D | test-mallinfo.c | 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()
|
D | test-malloc-info-stats-print.h | 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()
|
D | test-malloc-stats-print.c | 71 result &= parse_amount(&thread_data_start, &stats->total_allocated_memory); in populate_thread_stats()
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | stats.c | 37 size_t total_allocated_memory; member 70 stats->total_allocated_memory, in print_thread_stats_table() 83 print_amount_xml(write_cb, write_cb_arg, "total_allocated_memory", stats->total_allocated_memory); in print_thread_specific_amounts_xml() 105 stats.total_allocated_memory += chunk_memory; in add_up_chunks() 122 stats.total_allocated_memory += chunk_memory; in add_up_chunks_by_threads() 207 destination->total_allocated_memory += source->total_allocated_memory; in add_stats() 284 .uordblks = shared_stats.total_allocated_memory, in mallinfo2()
|