nw::os::IAllocator::DestructAndFree Member Function

Syntax

template <typename TObject>
void DestructAndFree(
     TObject * objects,
     int count
);

Arguments

Name Description
objects
in count Number of objects to free.

Return Values

None.

Description

Calls a destructor for the specified number of objects and frees memory.


CONFIDENTIAL