Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/os/
Dos_SimpleAutoStackManagerBase.h40 fnd::IAllocator* m_pAllocator; variable
45 : m_pAllocator(NULL) in SimpleAutoStackManagerBase()
60 fnd::IAllocator* GetAllocator() { return m_pAllocator; } in GetAllocator()
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_SessionPool.h356 : 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
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_SimpleAutoStackManagerBase.cpp43 m_pAllocator = pAllocator; in Initialize()