Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h337 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()
534 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
H A DGDBRemoteCommunicationClient.cpp280 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings()
1439 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory()
1440 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory()
1453 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1457 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory()
1464 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory()
1465 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory()
1475 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()
1479 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory()