4.5.4. besFREE(X)

[<<<] [>>>]

Use this macro to release memory that was allocated by besALLOC(X).

Altough all memory allocated by besALLOC() is automatically released when the interpreter thread calling besALLOC() finishes it is advised to release all memory chunks, especially large onces when they are not needed anymore.

This macro also NULLifies the argument.

This macro calls the function alloc_Free()


[<<<] [>>>]