library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Data Structures | |
struct | AllocationNode |
Public Member Functions | |
AllocatorFreeList (size_t iSize) | |
~AllocatorFreeList () | |
AllocatorFreeList (const AllocatorFreeList &iOther) | |
void * | allocate () |
void | deallocate (void *iPointer) |
Private Member Functions | |
AllocatorFreeList & | operator= (AllocatorFreeList &) |
Private Attributes | |
AllocationNode * | top_ |
Definition at line 790 of file allocator.h.
lass::util::AllocatorFreeList< FixedAllocator >::AllocatorFreeList | ( | size_t | iSize | ) | [inline] |
Definition at line 793 of file allocator.h.
lass::util::AllocatorFreeList< FixedAllocator >::~AllocatorFreeList | ( | ) | [inline] |
Definition at line 798 of file allocator.h.
References lass::util::AllocatorFreeList< FixedAllocator >::AllocationNode::next.
lass::util::AllocatorFreeList< FixedAllocator >::AllocatorFreeList | ( | const AllocatorFreeList< FixedAllocator > & | iOther | ) | [inline] |
Definition at line 807 of file allocator.h.
void* lass::util::AllocatorFreeList< FixedAllocator >::allocate | ( | ) | [inline] |
Definition at line 812 of file allocator.h.
References lass::util::AllocatorFreeList< FixedAllocator >::AllocationNode::next.
void lass::util::AllocatorFreeList< FixedAllocator >::deallocate | ( | void * | iPointer | ) | [inline] |
Definition at line 822 of file allocator.h.
References lass::util::AllocatorFreeList< FixedAllocator >::AllocationNode::next.
AllocatorFreeList& lass::util::AllocatorFreeList< FixedAllocator >::operator= | ( | AllocatorFreeList< FixedAllocator > & | ) | [private] |
AllocationNode* lass::util::AllocatorFreeList< FixedAllocator >::top_ [private] |
Definition at line 837 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |