GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Memory
MemAlloc
MemReAlloc
MemFree
ObjectId
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

MemAlloc

Allocates a block of memory.

Syntax

void* MemAlloc(
[in] size_t p_Size
);

Parameter

p_Size [in]
Type: size_t
The size of the memory block to be allocated, in bytes.

Return value

Pointer to the allocated memory.
© 2022 Mobiland AG