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 302 size_t RosAlloc::FreePages(Thread* self, void* ptr, bool already_zero) {
362 LOG(INFO) << __PRETTY_FUNCTION__ << "RosAlloc::FreePages() : trying to coalesce a free page run 0x"
373 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a higher free page run 0x"
388 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
415 LOG(INFO) << "RosAlloc::FreePages() : trying to coalesce with a lower free page run 0x"
426 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex
460 LOG(INFO) << "RosAlloc::FreePages() : Inserted run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr)
518 return FreePages(self, ptr, false);
    [all...]
rosalloc.h 779 size_t FreePages(Thread* self, void* ptr, bool already_zero) REQUIRES(lock_);
    [all...]

Completed in 36 milliseconds