Home
last modified time | relevance | path

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

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