Lines Matching refs:DEBUG
49 LOG_RUNSLOTS(DEBUG) << "- Memory started from = 0x" << std::hex << ToUintPtr(this); in Initialize()
50 LOG_RUNSLOTS(DEBUG) << "- Pool size = " << RUNSLOTS_SIZE << " bytes"; in Initialize()
51 LOG_RUNSLOTS(DEBUG) << "- Slots size = " << slot_size_ << " bytes"; in Initialize()
52 LOG_RUNSLOTS(DEBUG) << "- First free slot = " << std::hex << static_cast<void *>(next_free_); in Initialize()
53 LOG_RUNSLOTS(DEBUG) << "- First uninitialized slot offset = " << std::hex in Initialize()
55 …LOG_RUNSLOTS(DEBUG) << "- Pool pointer = " << std::hex << static_cast<void *>(ToVoidPtr(pool_point… in Initialize()
56 LOG_RUNSLOTS(DEBUG) << "Successfully finished RunSlots init"; in Initialize()
68 LOG_RUNSLOTS(DEBUG) << "Failed to get free slot - there are no free slots in RunSlots"; in PopFreeSlot()
81 … LOG_RUNSLOTS(DEBUG) << "Successfully get free slot " << std::hex << static_cast<void *>(free_slot) in PopFreeSlot()
91 …LOG_RUNSLOTS(DEBUG) << "Free slot in RunSlots at addr " << std::hex << static_cast<void *>(mem_slo… in PushFreeSlot()
99 LOG_RUNSLOTS(DEBUG) << "Used slots in RunSlots = " << used_slots_; in PushFreeSlot()