MemoryBlock (C)

Description

C interface module for nn::os::MemoryBlock.

Structures

nnosMemoryBlock C Structure representing a memory block.
nnosStackMemoryBlock C structure representing a memory block allocated from the stack.

Functions

nnosMemoryBlockAllocate See the corresponding C++ function, nn::os::MemoryBlock::Initialize.
nnosMemoryBlockSetReadOnly See the corresponding C++ function, nn::os::MemoryBlock::SetReadOnly.
nnosMemoryBlockGetAddress See the corresponding C++ function, nn::os::MemoryBlock::GetAddress.
nnosMemoryBlockGetSize See the corresponding C++ function, nn::os::MemoryBlock::GetSize.
nnosMemoryBlockIsReadOnly See the corresponding C++ function, nn::os::MemoryBlock::IsReadOnly.
nnosStackMemoryBlockAllocate See the corresponding C++ function, nn::os::StackMemoryBlock::Initialize.
nnosStackMemoryBlockGetAddress See the corresponding C++ function, nn::os::StackMemoryBlock::GetAddress.
nnosStackMemoryBlockGetSize See the corresponding C++ function, nn::os::StackMemoryBlock::GetSize.
nnosStackMemoryBlockGetStackBottom See the corresponding C++ function, nn::os::StackMemoryBlock::GetStackBottom.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL