AllocatorBaseDH::Free

AllocatorBaseDH::Free
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 that is to be freed.