nn::fnd::ExpHeapTemplate::FreeV Member Function
virtual void FreeV(
void * p
);
| Name | Description | |
|---|---|---|
| in | p | Specifies the starting address of the memory block to free. |
Frees a memory block that was allocated from the expanded heap.
This is a virtual member function, so the memory can be freed from the HeapBase class.
CONFIDENTIAL