Home
last modified time | relevance | path

Searched refs:AddToThreadLocalFreeList (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.h428 void AddToThreadLocalFreeList(void* ptr);
Drosalloc.cc778 run->AddToThreadLocalFreeList(ptr); in FreeFromRun()
916 inline void RosAlloc::Run::AddToThreadLocalFreeList(void* ptr) { in AddToThreadLocalFreeList() function in art::gc::allocator::RosAlloc::Run