Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h426 size_t AddToBulkFreeList(void* ptr);
Drosalloc.cc921 inline size_t RosAlloc::Run::AddToBulkFreeList(void* ptr) { in AddToBulkFreeList() function in art::gc::allocator::RosAlloc::Run
1086 freed_bytes += run->AddToBulkFreeList(ptr); in BulkFree()