Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h333 SupportsAllocDeallocMemory () // const in SupportsAllocDeallocMemory() function
DProcessGDBRemote.cpp2093 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoAllocateMemory()
2155 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()