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