AllocatorBaseGH::Free
Previous
|
Next
AllocatorBaseGH::Free
AllocatorBaseGH
static
void
Free
(
void
*
p
);
Description
Free frees the memory block allocated by
Alloc
or
Realloc
.
Parameters
Parameters
Description
void * p
Pointer to the memory block which is to be freed.