Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp36 this->m_AllocCount = 0; in Initialize()
41 NN_TASSERT_(m_AllocCount == 0); in Finalize()
51 m_AllocCount = 0; in Invalidate()
63 ++this->m_AllocCount; in Allocate()
72 --this->m_AllocCount; in Free()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h117 ExpHeapBase() : m_AllocCount(0) {} in ExpHeapBase()
166 size_t m_AllocCount; variable