nn::fnd::ExpHeapBase::AllocationDirection Enumerated Type

Syntax

enum AllocationDirection;

Values

Value Description
ALLOCATION_DIRECTION_FRONT Allocates memory blocks starting from the front of the empty region of the heap.
ALLOCATION_DIRECTION_REAR Allocates memory blocks starting from the rear of the empty region of the heap.

Description

Constant used to specify the direction of memory block allocation.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL