MKI_HeapFree (Memory) New in Version 6.10

www.CAD6.com

C++ Syntax

void

MKI_HeapFree(

 void* f_pData );

 

Frees a memory previously allocated using MKI_HeapAlloc.

 

Memory allocated and freed using this function will influence the display of "used memory" in the serving application.

 

Parameters

Data

[void*] Address of the memory area to be freed. If nullptr, the function will do nothing.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH