Home
last modified time | relevance | path

Searched refs:BlockVisitor (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.cpp83 nn::fnd::ExpHeapBase::BlockVisitor f;
96 void ExpHeapBase::VisitAllBlocks(nn::fnd::ExpHeapBase::BlockVisitor visitor, uptr param) in VisitAllBlocks()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h86 typedef void (*BlockVisitor)(void* pBlock, const ExpHeapBase* heap, uptr param); typedef
140 void VisitAllBlocks(BlockVisitor visitor, uptr param);
367 void VisitAllBlocks(BlockVisitor visitor, uptr param) in VisitAllBlocks()