GetAllocatableSize

nn::fnd::ExpHeapTemplate::GetAllocatableSize Member Function

Syntax

size_t GetAllocatableSize(
     s32 alignment = DEFAULT_ALIGNMENT
) const;

Parameters

Name Description
in alignment Specifies the alignment.

Return Values

Returns the size of the memory block that can be allocated from the expanded heap.

Description

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL