Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h380 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
564 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp254 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1414 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1415 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1428 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1432 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1439 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1440 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1450 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1454 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()