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