next up previous contents index
Next: memcpy Up: Memory Previous: calloc

free

   void free(void * ptr)

free releases a block allocated by malloc or calloc.

For performance reasons, a copy function has also been predefined:



Lionel Fournigault
Mon Dec 15 10:53:26 MET 1997