free
Free the allocated memory.
void free(void *p);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
p |
Pointer to the memory to be freed. |
The value cannot be NULL. |
Input |
Parent topic: Function Description
Free the allocated memory.
void free(void *p);
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
p |
Pointer to the memory to be freed. |
The value cannot be NULL. |
Input |