Home | History | Annotate | Download | only in allocator

Lines Matching refs:BulkFree

1140 // If true, read the page map entries in BulkFree() without using the
1142 // allocated chunk/pointer being freed in BulkFree() guarantees that
1146 size_t RosAlloc::BulkFree(Thread* self, void** ptrs, size_t num_ptrs) {
1149 // Used only to test Free() as GC uses only BulkFree().
1175 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx="
1202 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx="
1254 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a thread local run 0x"
1264 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a run 0x" << std::hex
1288 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex
1300 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex
1327 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex
1334 LOG(INFO) << "RosAlloc::BulkFree() : Inserted run 0x" << std::hex
1651 BulkFree() (GC).
1729 // Avoid race conditions on the bulk free bit maps with BulkFree() (GC).
2007 // Check that the bulk free bitmap is clean. It's only used during BulkFree().