nn::fnd::HeapBase::Destroy Member Function
void Destroy(
HeapBase * child
);
| Name | Description | |
|---|---|---|
| in | child | Specifies the address of the heap to destroy. Specify a child heap whose immediate parent is the calling heap. |
Destroys a heap that was created within a parent heap.
Use this function to discard a heap that was created within a parent heap using one of the Create functions provided for the various heap types.
CONFIDENTIAL