HomeSort by relevance Sort by last modified time
    Searched refs:BulkFree (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/allocator/
rosalloc.h 156 byte to_be_bulk_freed_; // Used within BulkFree() to flag a run that's involved with a bulk free.
165 // within BulkFree().
469 // is used to avoid race conditions between BulkFree() and
537 size_t BulkFree(Thread* self, void** ptrs, size_t num_ptrs)
rosalloc.cc     [all...]
  /art/runtime/gc/space/
rosalloc_space.cc 220 const size_t bytes_freed = rosalloc_->BulkFree(self, reinterpret_cast<void**>(ptrs), num_ptrs);

Completed in 134 milliseconds