Searched refs:m_temporary_allocation (Results 1 – 1 of 1) sorted by relevance
412 m_temporary_allocation(LLDB_INVALID_ADDRESS), in EntityVariable()509 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Materialize()546 m_temporary_allocation = map.Malloc( in Materialize()565 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize()577 map.WritePointerToMemory(load_addr, m_temporary_allocation, in Materialize()603 if (m_temporary_allocation != LLDB_INVALID_ADDRESS) { in Dematerialize()623 map.GetMemoryData(data, m_temporary_allocation, valobj_sp->GetByteSize(), in Dematerialize()657 map.Free(m_temporary_allocation, free_error); in Dematerialize()667 m_temporary_allocation = LLDB_INVALID_ADDRESS; in Dematerialize()707 if (m_temporary_allocation == LLDB_INVALID_ADDRESS) { in DumpToLog()[all …]