nn::fnd::ThreadSafeFrameHeap Type

Syntax

typedef FrameHeapTemplate< nn::os::LockPolicy::Object< nn::os::CriticalSection > > nn::fnd::ThreadSafeFrameHeap;

Description

Type that indicates a thread-safe frame heap that ensures mutual exclusion using critical sections for each heap.

Revision History

2010/02/09
Initial version.

CONFIDENTIAL