Home | History | Annotate | Download | only in Expression

Lines Matching defs:mem

85         lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(),
98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem);
105 mem,
114 map.Leak(mem, leak_error);
122 map.WriteMemory (mem,
255 lldb::addr_t mem = m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong();
273 log->Printf("Dematerializing %s from 0x%" PRIx64 " (size = %llu)", m_persistent_variable_sp->GetName().GetCString(), (uint64_t)mem, (unsigned long long)m_persistent_variable_sp->GetByteSize());
282 mem,