library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
void * | allocate () |
void * | allocate (size_t size) |
void | deallocate (void *mem) |
void | deallocate (void *mem, size_t size) |
VariableAllocator * | allocator () |
Definition at line 686 of file allocator.h.
void* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocate | ( | ) | [inline] |
Definition at line 689 of file allocator.h.
void* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocate | ( | size_t | size | ) | [inline] |
Definition at line 693 of file allocator.h.
void lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::deallocate | ( | void * | mem | ) | [inline] |
Definition at line 697 of file allocator.h.
void lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::deallocate | ( | void * | mem, | |
size_t | size | |||
) | [inline] |
Definition at line 701 of file allocator.h.
VariableAllocator* lass::util::AllocatorSingleton< VariableAllocator, destructionPriority >::allocator | ( | ) | [inline] |
Definition at line 705 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |