Home | History | Annotate | Download | only in space

Lines Matching refs:allocator

43 // template class MemoryToolMallocSpace<RosAllocSpace, allocator::RosAlloc*>;
46 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end,
63 allocator::RosAlloc* rosalloc = CreateRosAlloc(mem_map->Begin(), starting_size, initial_size,
131 allocator::RosAlloc* RosAllocSpace::CreateRosAlloc(void* begin, size_t morecore_start,
140 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc(
143 art::gc::allocator::RosAlloc::kPageReleaseModeAll :
144 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd,
177 void* allocator, uint8_t* begin, uint8_t* end,
182 mem_map, initial_size_, name, reinterpret_cast<allocator::RosAlloc*>(allocator), begin, end,
186 reinterpret_cast<allocator::RosAlloc*>(allocator), begin, end, limit,
291 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false);
297 InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, false);
378 namespace allocator {
381 void* ArtRosAllocMoreCore(allocator::RosAlloc* rosalloc, intptr_t increment)
390 } // namespace allocator