Lines Matching refs:first
29 if (v.first > 0) in print_map()
31 std::cout << "ALLOC_POOL(" << v.first << "," << v.second << "); \r\n"; in print_map()
32 total_static += v.first * v.second; in print_map()
39 if (v.first > 0) in print_map()
41 std::cout << "POOL(" << v.first << "); \r\n"; in print_map()
54 if (v.first < 0) in print_map()
60 std::cout << std::dec << -v.first << " : " << v.second << "\r\n"; in print_map()
61 total_dynamic += (-v.first) * v.second; in print_map()
90 if (v.first>0) in check_current_stats()
92 … std::cout << "Error memory pool " << v.first << " not empty = " << v.second << "\r\n"; in check_current_stats()
96 … std::cout << "Error dynamic alloc " << -v.first << " not empty = " << v.second << "\r\n"; in check_current_stats()