![]() |
Public API Reference |
![]() |
Block allocator disposal mixin that destructs, unless upon final cleanup, where a warning is emitted stating that objects leaked. More...
#include <csutil/blockallocator.h>
Public Member Functions | |
void | Dispose (void *p) |
Destructs the object, unless in auto-cleanup. |
Block allocator disposal mixin that destructs, unless upon final cleanup, where a warning is emitted stating that objects leaked.
Definition at line 59 of file blockallocator.h.
void csBlockAllocatorDisposeLeaky< T >::Dispose | ( | void * | p | ) | [inline] |
Destructs the object, unless in auto-cleanup.
Definition at line 98 of file blockallocator.h.