Home | History | Annotate | Download | only in allocator

Lines Matching refs:FreePages

289 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) {
349 LOG(INFO) << __PRETTY_FUNCTION__ << "RosAlloc::FreePages() : trying to coalesce a free page run 0x"
360 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a higher free page run 0x"
375 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
402 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a lower free page run 0x"
413 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
447 LOG(INFO) << "RosAlloc::FreePages() : Inserted run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr)
500 return FreePages(self, ptr, false);
789 FreePages(self, run, true);
1191 freed_bytes += FreePages(self, ptr, false);
1217 freed_bytes += FreePages(self, ptr, false);
1309 FreePages(self, run, true);
1541 // Note: no need to use this to release pages as we already do so in FreePages().
1690 FreePages(self, run, true);