Lines Matching refs:hex

80              << std::hex << (intptr_t)base_ << ", end="  in RosAlloc()
81 << std::hex << (intptr_t)(base_ + capacity_) in RosAlloc()
113 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
144 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()
159 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
219 << std::hex << reinterpret_cast<intptr_t>(new_free_page_run) in AllocPages()
243 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
256 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
294 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
324 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()
351 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
369 … << std::hex << reinterpret_cast<uintptr_t>(fpr) << " [" << std::dec << pm_idx << "] -0x" in FreePages()
370 << std::hex << reinterpret_cast<uintptr_t>(fpr->End(this)) << " [" << std::dec in FreePages()
378 … << std::hex << reinterpret_cast<uintptr_t>(h) << " [" << std::dec << ToPageMapIndex(h) << "] -0x" in FreePages()
379 << std::hex << reinterpret_cast<uintptr_t>(h->End(this)) << " [" << std::dec in FreePages()
392 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex in FreePages()
414 … << std::hex << reinterpret_cast<uintptr_t>(l) << " [" << std::dec << ToPageMapIndex(l) << "] -0x" in FreePages()
415 << std::hex << reinterpret_cast<uintptr_t>(l->End(this)) << " [" << std::dec in FreePages()
424 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex in FreePages()
454 …LOG(INFO) << "RosAlloc::FreePages() : Inserted run 0x" << std::hex << reinterpret_cast<intptr_t>(f… in FreePages()
482 LOG(INFO) << "RosAlloc::AllocLargeObject() : 0x" << std::hex << reinterpret_cast<intptr_t>(r) in AllocLargeObject()
507 … LOG(INFO) << "RosAlloc::FreeInternal() : " << std::hex << ptr << ", pm_idx=" << std::dec << pm_idx in FreeInternal()
606 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in AllocFromCurrentRunUnlocked()
696 LOG(INFO) << "RosAlloc::AllocFromRun() : Inserted run 0x" << std::hex in AllocFromRun()
730 LOG(INFO) << "RosAlloc::AllocFromRun() thread-local : 0x" << std::hex in AllocFromRun()
742 LOG(INFO) << "RosAlloc::AllocFromRun() : 0x" << std::hex in AllocFromRun()
769 LOG(INFO) << "RosAlloc::FreeFromRun() : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr); in FreeFromRun()
778 LOG(INFO) << "RosAlloc::FreeFromRun() : Freed a slot in a thread local run 0x" << std::hex in FreeFromRun()
793 LOG(INFO) << "RosAlloc::FreeFromRun() : Erased run 0x" << std::hex in FreeFromRun()
820 LOG(INFO) << "RosAlloc::FreeFromRun() : Erased run 0x" << std::hex in FreeFromRun()
827 LOG(INFO) << "RosAlloc::FreeFromRun() : Inserted run 0x" << std::hex in FreeFromRun()
1033 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx=" in BulkFree()
1060 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx=" in BulkFree()
1113 << std::hex << reinterpret_cast<intptr_t>(run); in BulkFree()
1122 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a run 0x" << std::hex in BulkFree()
1145 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1157 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1184 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1191 LOG(INFO) << "RosAlloc::BulkFree() : Inserted run 0x" << std::hex in BulkFree()
1240 stream << "curr_fpr=0x" << std::hex << reinterpret_cast<intptr_t>(curr_fpr) << std::endl; in DumpPageMap()
1307 << std::hex << reinterpret_cast<intptr_t>(ptr); in UsableSize()
1321 << std::hex << reinterpret_cast<intptr_t>(ptr); in UsableSize()
1550 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in RevokeRun()
1563 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in RevokeRun()