nn::fnd::ExpHeapTemplate::ExpHeapTemplate Constructor

Syntax

template <class MemoryBlock>
explicit ExpHeapTemplate(
     const MemoryBlock & block,
     bit32 option = 0
);

Arguments

Name Description
in block Specifies the memory block to allocate to the heap.
in option Specifies the options.

Description

Constructor.

Initializes the heap.

Bug:The option argument has not yet been implemented.

Revision History

2010/08/20
Initial version.

CONFIDENTIAL