library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
void * | allocate (size_t size) |
void | deallocate (void *mem, size_t size) |
Private Types | |
typedef std::map< size_t, FixedAllocator > | TFixedAllocators |
Private Member Functions | |
FixedAllocator & | fixedAllocator (size_t size) |
Private Attributes | |
TFixedAllocators | fixedAllocators_ |
Definition at line 359 of file allocator.h.
typedef std::map<size_t, FixedAllocator> lass::util::AllocatorVariable< FixedAllocator >::TFixedAllocators [private] |
Definition at line 371 of file allocator.h.
void* lass::util::AllocatorVariable< FixedAllocator >::allocate | ( | size_t | size | ) | [inline] |
Definition at line 362 of file allocator.h.
void lass::util::AllocatorVariable< FixedAllocator >::deallocate | ( | void * | mem, | |
size_t | size | |||
) | [inline] |
Definition at line 366 of file allocator.h.
FixedAllocator& lass::util::AllocatorVariable< FixedAllocator >::fixedAllocator | ( | size_t | size | ) | [inline, private] |
Definition at line 373 of file allocator.h.
TFixedAllocators lass::util::AllocatorVariable< FixedAllocator >::fixedAllocators_ [private] |
Definition at line 384 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |