Searched refs:m_pAllocator (Results 1 – 3 of 3) sorted by relevance
40 fnd::IAllocator* m_pAllocator; variable45 : m_pAllocator(NULL) in SimpleAutoStackManagerBase()60 fnd::IAllocator* GetAllocator() { return m_pAllocator; } in GetAllocator()
356 : m_pSessionItemArray(NULL), m_pAllocator(NULL) in SessionPoolAuto()370 m_pAllocator = &allocator;384 NN_TASSERT_(m_pSessionItemArray && m_pAllocator); in Finalize()386 m_pAllocator->Free(m_pSessionItemArray); in Finalize()388 m_pAllocator = NULL; in Finalize()401 nn::fnd::IAllocator* m_pAllocator; variable
43 m_pAllocator = pAllocator; in Initialize()