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

MemFree

Frees a block of memory previously allocated through a call to the MemAlloc or MemReAlloc function.

Syntax

void MemFree(
[in] void* p_pvMemory
);

Parameter

p_pvMemory [in]
Type: void*
Pointer to the memory block to be freed.

Return value

This function has no return value.
© 2022 Mobiland AG