Home | History | Annotate | Download | only in gc

Lines Matching refs:RosAlloc

101 static const char* kRosAllocSpaceName[2] = {"main rosalloc space", "main rosalloc space 1"};
305 // active rosalloc spaces.
472 // Create rosalloc space.
1269 space::RosAllocSpace* Heap::GetRosAllocSpace(gc::allocator::RosAlloc* rosalloc) const {
1272 if (space->AsContinuousSpace()->AsRosAllocSpace()->GetRosAlloc() == rosalloc) {
1632 // Leave as prot read so that we can still run ROSAlloc verification on this space.
1727 // builds since RosAlloc attempts to read the magic number from a protected page.
1759 // Temporarily unprotect the backup mem map so rosalloc can write the debug magic number.
1977 // Temporarily disable rosalloc verification because the zygote
1978 // compaction will mess up the rosalloc internal metadata.