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

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

Completed in 52 milliseconds