Searched defs:BulkFree (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc998 // If true, read the page map entries in BulkFree() without using the
1000 // allocated chunk/pointer being freed in BulkFree() guarantees that
1004 size_t RosAlloc::BulkFree(Thread* self, void** ptrs, size_t num_ptrs) { function in class:art::gc::allocator::RosAlloc
1007 // Used only to test Free() as GC uses only BulkFree().
1033 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx="
1060 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx="
1112 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a thread local run 0x"
1122 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a run 0x" << std::hex
1145 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex
1157 LOG(INFO) << "RosAlloc::BulkFree()
[all...]

Completed in 39 milliseconds