Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp559 m_temporary_allocation = map.Malloc( in Materialize()
634 map.GetMemoryData(data, m_temporary_allocation, in Dematerialize()
668 map.Free(m_temporary_allocation, free_error); in Dematerialize()
678 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
749 map.Free(m_temporary_allocation, free_error); in Wipe()
751 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Wipe()
957 m_temporary_allocation = map.Malloc( in Materialize()
1093 map.Free(m_temporary_allocation, free_error); in Dematerialize()
1099 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()
1170 map.Free(m_temporary_allocation, free_error); in Wipe()
[all …]