Searched refs:SupportsAllocDeallocMemory (Results 1 – 2 of 2) sorted by relevance
345 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
2977 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()2980 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()2984 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()3033 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()