Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp70 NN_TASSERT_(CheckBlock(p)); in Free()
147 bool ExpHeapBase::CheckBlock(const void* p, bit32 option) const in CheckBlock() function in nn::fnd::ExpHeapBase
/CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h156 bool CheckBlock(const void* p, bit32 option = OPTION_ERROR_PRINT) const;
472 bool CheckBlock(const void* p, bit32 option = OPTION_ERROR_PRINT) const
475 return Base::CheckBlock(p, option);