nn::fnd::ExpHeapBase::GetSizeOf Member Function

Syntax

size_t GetSizeOf(
     const void * pBlock
) const;

Arguments

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

Return Values

Returns the size of the memory block that was allocated from the expanded heap. The value returned by this function may be larger than the size allocated due to alignment and other restrictions.

Description

Gets the size of the memory block that was allocated from the expanded heap.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL