Home | History | Annotate | Download | only in gc

Lines Matching defs:GetObjectsAllocated

1762 size_t Heap::GetObjectsAllocated() const {
1765 // Prevent GC running during GetObjectsALlocated since we may get a checkpoint request that tells
1775 total += space->GetObjectsAllocated();
1782 // If we are detached, we can't use GetObjectsAllocated since we can't change thread states.
1784 total += GetObjectsAllocated();
3386 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";