nw::os::IAllocator::DestructAndFree Member Function
template <typename TObject>
void DestructAndFree(
TObject * objects,
int count
);
| Name | Description | |
|---|---|---|
| objects | ||
| in | count | Number of objects to free. |
Calls a destructor for the specified number of objects and frees memory.
CONFIDENTIAL