Searched refs:deallocate_error (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DMaterializer.cpp137 Error deallocate_error; local
139 map.Free((lldb::addr_t)m_persistent_variable_sp->m_live_sp->GetValue().GetScalar().ULongLong(), deallocate_error);
143 if (!deallocate_error.Success())
145 err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString());

Completed in 70 milliseconds