!7 p { gc(); for (MemoryPoolMXBean b : ManagementFactory.getMemoryPoolMXBeans()) { print (b.getName() + ": " + b.getUsage()); } }