nn::fnd::HeapAdjustMode Enumerated Type

Syntax

enum HeapAdjustMode;

Value

Value Description
HEAP_ADJUST_TAIL Trims the heap memory region from the tail.
HEAP_ADJUST_HEAD Trims the heap memory region from the head.

Description

Constant representing the ways to shrink heap memory regions.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL