Lines Matching +full:- +full:r
21 std::cout << comment << "\r\n"; in print_map()
31 std::cout << "ALLOC_POOL(" << v.first << "," << v.second << "); \r\n"; in print_map()
41 std::cout << "POOL(" << v.first << "); \r\n"; in print_map()
45 std::cout << "\r\n"; in print_map()
47 …d::cout << "Total static bytes: " << total_static << std::hex << " (0x" << total_static << ")\r\n"; in print_map()
50 std::cout << "\r\nDynamic allocations\r\n"; 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()
64 …cout << "Total dynamic bytes: " << total_dynamic << std::hex << " (0x" << total_dynamic << ")\r\n"; in print_map()
65 …" << (total_static+total_dynamic) << std::hex << " (0x" << (total_static+total_dynamic) << ")\r\n"; in print_map()
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()