Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h337 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
373 lldb_private::LazyBool m_supports_alloc_dealloc_memory; variable
DGDBRemoteCommunicationClient.cpp52 m_supports_alloc_dealloc_memory (eLazyBoolCalculate), in GDBRemoteCommunicationClient()
197 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1353 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) in AllocateMemory()
1355 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1371 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1380 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) in DeallocateMemory()
1382 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1394 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()