Home
last modified time | relevance | path

Searched refs:m_temporary_allocation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp558 m_temporary_allocation = map.Malloc( in Materialize()
633 map.GetMemoryData(data, m_temporary_allocation, in Dematerialize()
667 map.Free(m_temporary_allocation, free_error); in Dematerialize()
677 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
748 map.Free(m_temporary_allocation, free_error); in Wipe()
750 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Wipe()
956 m_temporary_allocation = map.Malloc( in Materialize()
1085 map.Free(m_temporary_allocation, free_error); in Dematerialize()
1091 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
1162 map.Free(m_temporary_allocation, free_error); in Wipe()
[all …]