Searched refs:totalHeld (Results 1 – 1 of 1) sorted by relevance
1103 long totalHeld = 0; in printCurrentDirectMemory() local1110 totalHeld += b.capacity(); in printCurrentDirectMemory()1114 totalHeld += b.capacity() * 4; in printCurrentDirectMemory()1118 totalHeld += b.capacity() * 4; in printCurrentDirectMemory()1122 totalHeld += b.capacity() * 2; in printCurrentDirectMemory()1126 totalHeld += b.capacity() * 8; in printCurrentDirectMemory()1141 store.append("Total direct memory held: ").append(totalHeld / 1024).append("kb\n"); in printCurrentDirectMemory()