• Home
  • Raw
  • Download

Lines Matching refs:hex

80              << std::hex << (intptr_t)base_ << ", end="  in RosAlloc()
81 << std::hex << (intptr_t)(base_ + capacity_) in RosAlloc()
115 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
146 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()
161 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
221 << std::hex << reinterpret_cast<intptr_t>(new_free_page_run) in AllocPages()
245 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
258 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
296 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
326 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()
353 LOG(INFO) << __PRETTY_FUNCTION__ << " : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr) in FreePages()
371 … << std::hex << reinterpret_cast<uintptr_t>(fpr) << " [" << std::dec << pm_idx << "] -0x" in FreePages()
372 << std::hex << reinterpret_cast<uintptr_t>(fpr->End(this)) << " [" << std::dec in FreePages()
380 … << std::hex << reinterpret_cast<uintptr_t>(h) << " [" << std::dec << ToPageMapIndex(h) << "] -0x" in FreePages()
381 << std::hex << reinterpret_cast<uintptr_t>(h->End(this)) << " [" << std::dec in FreePages()
394 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex in FreePages()
416 … << std::hex << reinterpret_cast<uintptr_t>(l) << " [" << std::dec << ToPageMapIndex(l) << "] -0x" in FreePages()
417 << std::hex << reinterpret_cast<uintptr_t>(l->End(this)) << " [" << std::dec in FreePages()
426 LOG(INFO) << "RosAlloc::FreePages() : (coalesce) Erased run 0x" << std::hex 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()
509 … LOG(INFO) << "RosAlloc::FreeInternal() : " << std::hex << ptr << ", pm_idx=" << std::dec << pm_idx in FreeInternal()
608 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in AllocFromCurrentRunUnlocked()
698 LOG(INFO) << "RosAlloc::AllocFromRun() : Inserted run 0x" << std::hex in AllocFromRun()
732 LOG(INFO) << "RosAlloc::AllocFromRun() thread-local : 0x" << std::hex in AllocFromRun()
744 LOG(INFO) << "RosAlloc::AllocFromRun() : 0x" << std::hex in AllocFromRun()
771 LOG(INFO) << "RosAlloc::FreeFromRun() : 0x" << std::hex << reinterpret_cast<intptr_t>(ptr); in FreeFromRun()
780 LOG(INFO) << "RosAlloc::FreeFromRun() : Freed a slot in a thread local run 0x" << std::hex in FreeFromRun()
795 LOG(INFO) << "RosAlloc::FreeFromRun() : Erased run 0x" << std::hex in FreeFromRun()
822 LOG(INFO) << "RosAlloc::FreeFromRun() : Erased run 0x" << std::hex in FreeFromRun()
829 LOG(INFO) << "RosAlloc::FreeFromRun() : Inserted run 0x" << std::hex in FreeFromRun()
1035 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx=" in BulkFree()
1062 LOG(INFO) << "RosAlloc::BulkFree() : " << std::hex << ptr << ", pm_idx=" in BulkFree()
1115 << std::hex << reinterpret_cast<intptr_t>(run); in BulkFree()
1124 LOG(INFO) << "RosAlloc::BulkFree() : Freed slot(s) in a run 0x" << std::hex in BulkFree()
1147 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1159 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1186 LOG(INFO) << "RosAlloc::BulkFree() : Erased run 0x" << std::hex in BulkFree()
1193 LOG(INFO) << "RosAlloc::BulkFree() : Inserted run 0x" << std::hex 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()
1551 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in RevokeRun()
1564 LOG(INFO) << __PRETTY_FUNCTION__ << " : Inserted run 0x" << std::hex in RevokeRun()