nw::demo::Free Function

Syntax

void Free(
     void * memory
);

Arguments

Name Description
in memory The memory area to be freed.

Return Values

None.

Description

Frees memory to the heap.


CONFIDENTIAL