Searched refs:m_allocated_memory_cache (Results 1 – 2 of 2) sorted by relevance
1031 m_allocated_memory_cache (*this), in Process()1144 m_allocated_memory_cache.Clear(); in Finalize()2720 return m_allocated_memory_cache.AllocateMemory(size, permissions, error); in AllocateMemory()2768 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) in DeallocateMemory()5589 m_allocated_memory_cache.Clear(); in DidExec()
3669 AllocatedMemoryCache m_allocated_memory_cache; variable