Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h339 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
536 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp281 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1452 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1453 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1466 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1470 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1477 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1478 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1488 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1492 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()