Lines Matching refs:AllocSlot
589 void* slot_addr = current_run->AllocSlot();
615 slot_addr = current_run->AllocSlot();
665 slot_addr = thread_local_run->AllocSlot();
716 slot_addr = thread_local_run->AllocSlot();
853 inline void* RosAlloc::Run::AllocSlot() {
875 LOG(INFO) << "RosAlloc::Run::AllocSlot() : 0x" << std::hex << reinterpret_cast<intptr_t>(slot_addr)