Skip to content

MTY_Free

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Free allocated memory.

For more information, see free from the C standard library.

void MTY_Free(
    void * mem
);

Parameters

mem (void *)

Dynamically allocated memory.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Memory

Clone this wiki locally