Lines Matching refs:m_allocation
47 m_allocation(LLDB_INVALID_ADDRESS)
76 if (m_allocation != LLDB_INVALID_ADDRESS)
78 m_execution_unit.FreeNow(m_allocation);
79 m_allocation = LLDB_INVALID_ADDRESS;
82 m_allocation = m_execution_unit.WriteNow((const uint8_t*)m_stream_string.GetData(), m_stream_string.GetSize(), err);
84 return m_allocation;