Lines Matching full:freepages
308 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) {
368 LOG(INFO) << __PRETTY_FUNCTION__ << "RosAlloc::FreePages() : trying to coalesce a free page run 0x"
377 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a higher free page run 0x"
392 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
413 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a lower free page run 0x"
424 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
454 LOG(INFO) << "RosAlloc::FreePages() : Inserted run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr)
512 return FreePages(self, ptr, false);
805 FreePages(self, run, true);
1049 freed_bytes += FreePages(self, ptr, false);
1075 freed_bytes += FreePages(self, ptr, false);
1166 FreePages(self, run, true);
1398 // Note: no need to use this to release pages as we already do so in FreePages().
1558 FreePages(self, run, true);