Home
last modified time | relevance | path

Searched defs:rosalloc (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h51 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()
Drosalloc.cc1995 void RosAlloc::Run::Verify(Thread* self, RosAlloc* rosalloc) { in Verify()
/art/runtime/gc/space/
Drosalloc_space.cc45 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() local
133 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( in CreateRosAlloc() local
228 extern "C" void* art_heap_rosalloc_morecore(allocator::RosAlloc* rosalloc, intptr_t increment) { in art_heap_rosalloc_morecore()