Lines Matching refs:intptr_t
80 << std::hex << (intptr_t)base_ << ", end=" in RosAlloc()
81 << std::hex << (intptr_t)(base_ + capacity_) in RosAlloc()
116 << reinterpret_cast<intptr_t>(free_pages) in RosAlloc()
146 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()
162 << reinterpret_cast<intptr_t>(remainder) in AllocPages()
221 << std::hex << reinterpret_cast<intptr_t>(new_free_page_run) in AllocPages()
245 …OG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()
259 << reinterpret_cast<intptr_t>(remainder) in AllocPages()
296 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
297 << "-0x" << (reinterpret_cast<intptr_t>(res) + num_pages * kPageSize) in AllocPages()
327 << reinterpret_cast<intptr_t>(ptr); in FreePages()
353 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
354 << "-0x" << (reinterpret_cast<intptr_t>(ptr) + byte_size) in FreePages()
395 << reinterpret_cast<intptr_t>(h) in FreePages()
427 << reinterpret_cast<intptr_t>(l) in FreePages()
456 …LOG(INFO) << "RosAlloc::FreePages() : Inserted run 0x" << std::hex << reinterpret_cast<intptr_t>(f… in FreePages()
484 LOG(INFO) << "RosAlloc::AllocLargeObject() : 0x" << std::hex << reinterpret_cast<intptr_t>(r) in AllocLargeObject()
485 << "-0x" << (reinterpret_cast<intptr_t>(r) + num_pages * kPageSize) in AllocLargeObject()
609 << reinterpret_cast<intptr_t>(current_run) in AllocFromCurrentRunUnlocked()
699 << reinterpret_cast<intptr_t>(thread_local_run) in AllocFromRun()
733 << reinterpret_cast<intptr_t>(slot_addr) in AllocFromRun()
734 << "-0x" << (reinterpret_cast<intptr_t>(slot_addr) + bracket_size) in AllocFromRun()
745 << reinterpret_cast<intptr_t>(slot_addr) in AllocFromRun()
746 << "-0x" << (reinterpret_cast<intptr_t>(slot_addr) + bracket_size) in AllocFromRun()
771 LOG(INFO) << "RosAlloc::FreeFromRun() : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr); in FreeFromRun()
781 << reinterpret_cast<intptr_t>(run); in FreeFromRun()
796 << reinterpret_cast<intptr_t>(run) << " from non_full_runs_"; in FreeFromRun()
823 << reinterpret_cast<intptr_t>(run) << " from full_runs_"; in FreeFromRun()
830 << reinterpret_cast<intptr_t>(run) in FreeFromRun()
1115 << std::hex << reinterpret_cast<intptr_t>(run); in BulkFree()
1125 << reinterpret_cast<intptr_t>(run); in BulkFree()
1148 << reinterpret_cast<intptr_t>(run) in BulkFree()
1160 << reinterpret_cast<intptr_t>(run) in BulkFree()
1187 << reinterpret_cast<intptr_t>(run) in BulkFree()
1194 << reinterpret_cast<intptr_t>(run) in BulkFree()
1242 stream << "curr_fpr=0x" << std::hex << reinterpret_cast<intptr_t>(curr_fpr) << std::endl; in DumpPageMap()
1309 << std::hex << reinterpret_cast<intptr_t>(ptr); in UsableSize()
1323 << std::hex << reinterpret_cast<intptr_t>(ptr); in UsableSize()
1384 ArtRosAllocMoreCore(this, -(static_cast<intptr_t>(decrement))); in Trim()
1552 << reinterpret_cast<intptr_t>(run) in RevokeRun()
1565 << reinterpret_cast<intptr_t>(run) in RevokeRun()