Searched refs:m_supports_alloc_dealloc_memory (Results 1 – 2 of 2) sorted by relevance
339 return m_supports_alloc_dealloc_memory; in SupportsAllocDeallocMemory()536 LazyBool m_supports_alloc_dealloc_memory = eLazyBoolCalculate; variable
283 m_supports_alloc_dealloc_memory = eLazyBoolCalculate; in ResetDiscoverableSettings() 1457 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in AllocateMemory() 1458 m_supports_alloc_dealloc_memory = eLazyBoolYes; in AllocateMemory() 1471 m_supports_alloc_dealloc_memory = eLazyBoolNo; in AllocateMemory() 1475 m_supports_alloc_dealloc_memory = eLazyBoolNo;1482 if (m_supports_alloc_dealloc_memory != eLazyBoolNo) { in DeallocateMemory() 1483 m_supports_alloc_dealloc_memory = eLazyBoolYes; in DeallocateMemory() 1493 m_supports_alloc_dealloc_memory = eLazyBoolNo; in DeallocateMemory() 1497 m_supports_alloc_dealloc_memory = eLazyBoolNo;