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

MemReAlloc

Changes the size of a previously allocated block of memory.

Syntax

void* MemReAlloc(
[in] void* p_pvMemory,
[in] size_t p_Size
);

Parameter

p_pvMemory [in]
Type: void*
Pointer to the memory block to be reallocated.
p_Size [in]
Type: size_t
The size of the memory block to be reallocated, in bytes.

Return value

Pointer to the allocated memory.
© 2022 Mobiland AG