xoreos
0.0.5
|
Simple deallocator concept. More...
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | Common::DeallocatorDefault |
Deallocate a normal pointer. More... | |
struct | Common::DeallocatorArray |
Deallocate a pointer to an array. More... | |
struct | Common::DeallocatorFree |
Deallocate a pointer using free(). More... | |
Namespaces | |
Common | |
Simple deallocator concept.
Definition in file deallocator.h.