Home
last modified time | relevance | path

Searched refs:SafeFreeFunctor (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/include/nw/os/
Dos_Memory.h298 struct SafeFreeFunctor : public std::unary_function<TMemory&, void> struct
300 SafeFreeFunctor(IAllocator* allocator) : m_Allocator(allocator) {} in SafeFreeFunctor() function
326 SafeFreeFunctor<typename TArray::value_type>(allocator)); in SafeFreeAll() argument