Searched refs:SupportsAllocDeallocMemory (Results 1 – 2 of 2) sorted by relevance
332 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
2842 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()2845 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()2849 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()2898 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()