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/
H A 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_after_allocations); in validate_different_threads_test_results()
185 result &= populate_total_free_heap_space(test_results->stats_after_free, &free_heap_space_after_free); in validate_different_threads_test_results()
H A 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
H A 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

Completed in 2 milliseconds