nn::fnd::IAllocator::Allocate Member Function

Syntax

virtual void * Allocate(
     size_t size,
     s32 alignment
) = 0;

Arguments

Name Description
in size Size of the memory to allocate
in alignment Alignment of the memory to allocate

Return Values

Pointer to the start of the memory region that was allocated.

Description

Allocates a memory region of the specified size and alignment.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL