Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/socket/
Dsocket_SessionPool.h356 : m_pSessionItemArray(NULL), m_pAllocator(NULL) in SessionPoolAuto()
370 m_pAllocator = &allocator;
384 NN_ASSERT(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