nn::os::MemoryBlock Class

Header file: nn/os.h

Syntax

class MemoryBlock : public nn::os::MemoryBlockBase

Description

Class allocating memory from the specified region in the heap.

You must call InitializeMemoryBlock before using this class.

Member Functions

MemoryBlock Constructs an object.
Initialize Allocates memory.
~MemoryBlock Destroys an object.
Finalize Frees memory.
SetReadOnly Sets the read-only attribute.

Class Hierarchy

ADLFireWall::NonCopyable
  nn::fnd::IntrusiveLinkedList
    nn::os::MemoryBlockBase
      nn::os::MemoryBlock

Revision History

2010/01/07
Initial version.

CONFIDENTIAL