Searched refs:info_after (Results 1 – 1 of 1) sorted by relevance
64 struct mallinfo info_before, info_after; in do_test() local94 info_after = mallinfo (); in do_test()96 info_after.uordblks); in do_test()109 if (info_after.uordblks > (info_before.uordblks + threads)) in do_test()
Completed in 4 milliseconds