Home
last modified time | relevance | path

Searched defs:FreeList (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dbump_pointer_space.h70 size_t FreeList(Thread*, size_t, mirror::Object**) OVERRIDE { in FreeList() function
Dzygote_space.cc94 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() function in art::gc::space::ZygoteSpace
Dmemory_tool_malloc_space-inl.h223 kUseObjSizeForUsable>::FreeList( in FreeList() function
Ddlmalloc_space.cc181 size_t DlMallocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList() function in art::gc::space::DlMallocSpace
Dregion_space.h75 size_t FreeList(Thread*, size_t, mirror::Object**) OVERRIDE { in FreeList() function
Drosalloc_space.cc203 size_t RosAllocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList() function in art::gc::space::RosAllocSpace
Dlarge_object_space.cc220 size_t LargeObjectSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList() function in art::gc::space::LargeObjectSpace
/art/runtime/gc/allocator/
Drosalloc.h382 SlotFreeList<false>* FreeList() { in FreeList() function