Searched defs:FreeList (Results 1 - 6 of 6) sorted by relevance

/art/runtime/gc/space/
H A Dmemory_tool_malloc_space-inl.h223 kUseObjSizeForUsable>::FreeList( function in class:art::gc::space::MemoryToolMallocSpace
H A Dzygote_space.cc94 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { function in class:art::gc::space::ZygoteSpace
H A Ddlmalloc_space.cc181 size_t DlMallocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::DlMallocSpace
208 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
H A Drosalloc_space.cc203 size_t RosAllocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::RosAllocSpace
228 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
H A Dlarge_object_space.cc220 size_t LargeObjectSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::LargeObjectSpace
595 context->freed.bytes += space->FreeList(self, num_ptrs, ptrs);
/art/runtime/gc/allocator/
H A Drosalloc.h382 SlotFreeList<false>* FreeList() { function in class:art::gc::allocator::RosAlloc::Run
463 // Turns a FreeList into a string for debugging.

Completed in 121 milliseconds