nn::fnd::HeapFillType Enumerated Type

Syntax

enum HeapFillType;

Value

Value Description
HEAP_FILL_TYPE_NOUSE When debug fill has not yet been used.
HEAP_FILL_TYPE_ALLOC When debug fill is allocated.
HEAP_FILL_TYPE_FREE When debug fill is freed.
HEAP_FILL_TYPE_MAX

Description

Constant representing the types of ways to fill the heap.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL