Lines Matching refs:allocator
45 art::gc::allocator::RosAlloc* rosalloc, byte* begin, byte* end, in RosAllocSpace()
59 allocator::RosAlloc* rosalloc = CreateRosAlloc(mem_map->Begin(), starting_size, initial_size, in CreateFromMemMap()
125 allocator::RosAlloc* RosAllocSpace::CreateRosAlloc(void* begin, size_t morecore_start, in CreateRosAlloc()
133 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( in CreateRosAlloc()
136 art::gc::allocator::RosAlloc::kPageReleaseModeAll : in CreateRosAlloc()
137 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd); in CreateRosAlloc()
166 …llocSpace* RosAllocSpace::CreateInstance(const std::string& name, MemMap* mem_map, void* allocator, in CreateInstance() argument
169 return new RosAllocSpace(name, mem_map, reinterpret_cast<allocator::RosAlloc*>(allocator), in CreateInstance()
228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore()
280 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false); in GetBytesAllocated()
286 …InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, fal… in GetObjectsAllocated()