virtual void FreeV(
void * p
);
| Name | Description | |
|---|---|---|
| in | p | Specifies a pointer to memory. |
Frees the memory that was allocated from this heap.
This is a virtual member function, so the memory can be freed from the HeapBase class.
CONFIDENTIAL