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

/art/runtime/gc/space/
H A Dvalgrind_malloc_space-inl.h224 kUseObjSizeForUsable>::FreeList( function in class:art::gc::space::ValgrindMallocSpace
H A Dzygote_space.cc95 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { function in class:art::gc::space::ZygoteSpace
H A Ddlmalloc_space.cc179 size_t DlMallocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::DlMallocSpace
206 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
H A Drosalloc_space.cc206 size_t RosAllocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::RosAllocSpace
231 LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this;
H A Dlarge_object_space.cc215 size_t LargeObjectSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { function in class:art::gc::space::LargeObjectSpace
590 context->freed.bytes += space->FreeList(self, num_ptrs, ptrs);

Completed in 72 milliseconds