inline void* runtime_malloc

(size_t bytes )

Allocate memory for the run time library.

Documentation

Allocate memory for the run time library. This version of free is used for data that is not to be allocated using the memory check system, ie will be free'ed inside the C run time library.
Parameters:
bytes - Size of block to allocate

Alphabetic index HTML hierarchy of classes or Java



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