Searched refs:SafeFreeFunctor (Results 1 – 1 of 1) sorted by relevance
298 struct SafeFreeFunctor : public std::unary_function<TMemory&, void> struct300 SafeFreeFunctor(IAllocator* allocator) : m_Allocator(allocator) {} in SafeFreeFunctor() function326 SafeFreeFunctor<typename TArray::value_type>(allocator)); in SafeFreeAll() argument