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

  /art/runtime/gc/allocator/
rosalloc.cc 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);
    [all...]
rosalloc.h 488 size_t FreePages(Thread* self, void* ptr, bool already_zero) EXCLUSIVE_LOCKS_REQUIRED(lock_);

Completed in 53 milliseconds