nw::os::SafeFreeFunctor Structuretemplate <typename TMemory>
struct SafeFreeFunctor
{
IAllocator * m_Allocator;
};
| Name | Description |
|---|---|
| TMemory | The type of the memory to free. |
A deleter for freeing memory with SafeFree.
| m_Allocator | IAllocator * |
|---|
| SafeFreeFunctor | ||
|---|---|---|
operator()
|
Destroys a GfxObject. |
CONFIDENTIAL