Searched refs:stats_from_mallinfo (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
D | test-mallinfo.c | 18 static int stats_from_mallinfo(malloc_thread_stats_t *stats, long long *total_free_heap_space, int … in stats_from_mallinfo() function 42 …int result = stats_from_mallinfo(&total_stats_before_test, &free_heap_space_before_test, use_malli… in test_main_thread() 50 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_allocations, use_mallinfo2); in test_main_thread() 56 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_free, use_mallinfo2); in test_main_thread() 75 …int result = stats_from_mallinfo(&total_stats_before_test, &free_heap_space_before_test, use_malli… in test_different_threads() 95 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_allocations, use_mallinfo2); in test_different_threads() 103 result &= stats_from_mallinfo(&total_stats, &free_heap_space_after_free, use_mallinfo2); in test_different_threads()
|