nn::fnd::ExpHeapTemplate::VisitAllBlocks Member Function

Syntax

void VisitAllBlocks(
     BlockVisitor visitor,
     uptr param
);

Arguments

Name Description
in visitor Specifies the function to call for each memory block
in param Specifies the arguments to pass to the visitor function

Return Values

None.

Description

Calls a user-defined visitor function on all memory blocks that are allocated from the expanded heap.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL