Home
last modified time | relevance | path

Searched refs:populate_total_free_heap_space (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info-stats-print.h45 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space);
184 …result &= populate_total_free_heap_space(test_results->stats_after_allocations, &free_heap_space_a… in validate_different_threads_test_results()
185 …result &= populate_total_free_heap_space(test_results->stats_after_free, &free_heap_space_after_fr… in validate_different_threads_test_results()
Dtest-malloc-stats-print.c78 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space) in populate_total_free_heap_space() function
Dtest-malloc-info.c123 static int populate_total_free_heap_space(const char *output, long long *total_free_heap_space) in populate_total_free_heap_space() function