Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.h74 size_t FreeList(Thread*, size_t, mirror::Object**) OVERRIDE { in FreeList() function
Dzygote_space.cc96 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() function in art::gc::space::ZygoteSpace
Dmemory_tool_malloc_space-inl.h225 kUseObjSizeForUsable>::FreeList( in FreeList() function
Ddlmalloc_space.cc183 size_t DlMallocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList() function in art::gc::space::DlMallocSpace
Dregion_space.h91 size_t FreeList(Thread*, size_t, mirror::Object**) OVERRIDE { in FreeList() function
Drosalloc_space.cc205 size_t RosAllocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList() function in art::gc::space::RosAllocSpace
Dlarge_object_space.cc215 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.h383 SlotFreeList<false>* FreeList() { in FreeList() function