nn::fnd::ExpHeapTemplate::HasAddress Member Function

Syntax

virtual bool HasAddress(
     const void * addr
) const;

Parameters

Name Description
in addr Specifies the address of the memory to evaluate.

Return Values

Returns true if it's within a heap, or false if it's not within a heap.

Description

Determines whether the specified address is located within a heap.

Revision History

2010/05/07
Added const to the definition.
2010/01/07
Initial version.

CONFIDENTIAL