inline void runtime_free(void * ptr )

Free memory allocated by run time library.

Documentation

Free memory allocated by run time library. This version of free is used for data that is not allocated using the memory check system, ie was malloc'ed inside the C run time library.
Parameters:
ptr - Memory block to free

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.