Searched refs:SupportsAllocDeallocMemory (Results 1 – 2 of 2) sorted by relevance
334 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() function
2863 if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) { in DoAllocateMemory()2866 m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolYes) in DoAllocateMemory()2870 if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) { in DoAllocateMemory()2919 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()