CheckBlock

nn::fnd::ExpHeapTemplate::CheckBlock Member Function

Syntax

bool CheckBlock(
     const void * p,
     bit32 option = OPTION_ERROR_PRINT
) const;

Parameters

Name Description
in p Specifies the starting address of the memory block.
in option Specifies the options

Return Values

Returns TRUE if the check succeeded, or FALSE if it failed.

Description

Checks a memory block that was allocated from the expanded heap.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL