C++ Programming/Code/Standard C Library/Functions/free
Appearance
free
[edit | edit source]Syntax |
#include <cstdlib>
void free( void *p);
|
The function free() releases a previously allocated block from a call to calloc, malloc, or realloc.