Home
last modified time | relevance | path

Searched refs:BulkFree (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.cc306 const size_t bytes_freed = rosalloc_->BulkFree(self, reinterpret_cast<void**>(ptrs), num_ptrs); in FreeList()
/art/runtime/gc/allocator/
Drosalloc.h855 size_t BulkFree(Thread* self, void** ptrs, size_t num_ptrs)
Drosalloc.cc1006 size_t RosAlloc::BulkFree(Thread* self, void** ptrs, size_t num_ptrs) { in BulkFree() function in art::gc::allocator::RosAlloc