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