Searched refs:total_static (Results 1 – 1 of 1) sorted by relevance
23 std::size_t total_static=0; in print_map() local32 total_static += v.first * v.second; in print_map()47 …std::cout << "Total static bytes: " << total_static << std::hex << " (0x" << total_static << ")\r\… in print_map()65 …std::cout << "Total bytes: " << (total_static+total_dynamic) << std::hex << " (0x" << (total_stati… in print_map()