Lines Matching defs:total
348 size_t total = 0;
351 total += space->Capacity();
353 return total + lo_space_->SizeOfObjects() + code_lo_space_->SizeOfObjects();
360 size_t total = 0;
363 total += space->CommittedMemory();
365 return total + lo_space_->Size() + code_lo_space_->Size();
387 size_t total = 0;
389 total += it.Next()->CommittedPhysicalMemory();
392 return total;
413 size_t total = 0;
416 total += it.Next()->Available();
419 total += memory_allocator()->Available();
420 return total;
428 // the total allocated memory size over the maximum heap size.
578 external_memory_.total() / KB);
593 "[category: length || total free bytes]\n");
650 "[category: length || total free KB]\n");
1087 size_t total = 0;
1090 total += it.Next()->SizeOfObjects();
1092 return total;
1692 int64_t current = external_memory_.total();
4257 (CommittedMemory() - SizeOfObjects()) + external_memory_.total();
5388 size_t total = 0;
5391 total += space->SizeOfObjects();
5393 return total + lo_space_->SizeOfObjects() + code_lo_space_->SizeOfObjects();