Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/detail/
Dfnd_DetailHeap.h385 inline bool CheckHeap(ConstHeap, u32) { return true; } in CheckHeap() function
398 bool CheckHeap(
Dfnd_DetailHeap.cpp1857 CheckHeap( in CheckHeap() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp142 bool ExpHeapBase::CheckHeap(bit32 option) const in CheckHeap() function in nn::fnd::ExpHeapBase
144 return detail::CheckHeap(&m_ExpHeapImpl, option); in CheckHeap()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h154 bool CheckHeap(bit32 option = OPTION_ERROR_PRINT) const;
458 bool CheckHeap(bit32 option = OPTION_ERROR_PRINT) const
461 return Base::CheckHeap(option);