C interface module for nn::os::MemoryBlock.
nnosMemoryBlock
|
C Structure representing a memory block. |
|---|---|
nnosStackMemoryBlock
|
C structure representing a memory block allocated from the stack. |
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. |
CONFIDENTIAL