nw::os::SafeFreeAll Function
template <typename TArray>
void SafeFreeAll(
TArray & array,
IAllocator * allocator
);
| Name | Description |
|---|---|
TArray |
The type of the container to free. |
| Name | Description | |
|---|---|---|
| in | array | The container of the memory to free. |
| in | allocator | Allocator. |
Function for using SafeFree to free the memory for all container elements.
CONFIDENTIAL