CreateMemblock
Description
Creates a section of memory of the given size for read or write access. A memblock must not already exist with your chosen memID.
Definition
CreateMemblock( memID, size )
void agk::CreateMemblock( uint32_t memID, uint32_t size )
integer CreateMemblock( size )
uint32_t agk::CreateMemblock( uint32_t size )
Parameters
- memID - The ID of the memblock you want to use.
- size - The size of the memblock in bytes. max 100,000,000.