Free
Last Modified: May 29, 2005 21:05PM
|
|
| (Any)
|
Description
FREE(POINTER MEMORY)
PARAMETERS:
memory: Pointer to a memory zone, given back by a call to Alloc.
DESCRIPTION:
It releases a memory zone reserved previously by the function Alloc. The parameter passed to this function must be exactly be the same pointer given back by Alloc. Once released, the memory is free for later use.
|
User Contributed Notes Free |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:03 |
|
|