GetAllocatableSize

nn::fnd::FrameHeapTemplate::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 frame heap.

Description

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

Revision History

2010/01/07
Initial version.

CONFIDENTIAL