Searched refs:SupportsAllocDeallocMemory (Results 1 – 2 of 2) sorted by relevance
361 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
2956 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()2959 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()2963 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()3016 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()