nn::fnd::ExpHeapBase::AllocationMode Enumerated Type

Syntax

enum AllocationMode;

Values

Value Description
ALLOCATION_MODE_FIRST_FIT Allocates a memory block from the first empty region found that is at least the size of the memory block to allocate.
ALLOCATION_MODE_BEST_FIT Allocates a memory block from the empty region that is closest in size to the memory block to allocate.

Description

Mode in which memory blocks are allocated.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL