Searched defs:rosalloc (Results 1 – 3 of 3) sorted by relevance
51 size_t ByteSize(RosAlloc* rosalloc) const EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) { in ByteSize()59 void SetByteSize(RosAlloc* rosalloc, size_t byte_size) in SetByteSize()69 void* End(RosAlloc* rosalloc) EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) { in End()74 bool IsLargerThanPageReleaseThreshold(RosAlloc* rosalloc) in IsLargerThanPageReleaseThreshold()78 bool IsAtEndOfSpace(RosAlloc* rosalloc) in IsAtEndOfSpace()82 bool ShouldReleasePages(RosAlloc* rosalloc) EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) { in ShouldReleasePages()99 void ReleasePages(RosAlloc* rosalloc) EXCLUSIVE_LOCKS_REQUIRED(rosalloc->lock_) { in ReleasePages()
1995 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc) { in Verify()
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() local133 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( in CreateRosAlloc() local228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore()