void VisitAllBlocks(
BlockVisitor visitor,
uptr param
);
| Name | Description | |
|---|---|---|
| in | visitor | Specifies the function to call for each memory block |
| in | param | Specifies the arguments to pass to the visitor function |
Calls a user-defined visitor function on all memory blocks that are allocated from the expanded heap.
CONFIDENTIAL