nn::fnd::ExpHeapBase::GetDirectionOf Member Function

Syntax

AllocationDirection GetDirectionOf(
     const void * pBlock
) const;

Arguments

Name Description
in pBlock Specifies the starting address of the memory block.

Return Values

Returns the direction in which memory blocks are allocated from the expanded heap.

Description

Gets the direction in which memory blocks are allocated from the expanded heap.

Revision History

2010/08/20
Fixed a spelling error.
2010/01/07
Initial version.

CONFIDENTIAL