library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
AllocatorLocked () | |
AllocatorLocked (size_t size) | |
void * | allocate () |
void * | allocate (size_t size) |
void | deallocate (void *mem) |
void | deallocate (void *mem, size_t size) |
Private Attributes | |
Lock | lock_ |
Definition at line 269 of file allocator.h.
lass::util::AllocatorLocked< Allocator, Lock, Locker >::AllocatorLocked | ( | ) | [inline] |
Definition at line 272 of file allocator.h.
lass::util::AllocatorLocked< Allocator, Lock, Locker >::AllocatorLocked | ( | size_t | size | ) | [inline] |
Definition at line 276 of file allocator.h.
void* lass::util::AllocatorLocked< Allocator, Lock, Locker >::allocate | ( | ) | [inline] |
Definition at line 280 of file allocator.h.
void* lass::util::AllocatorLocked< Allocator, Lock, Locker >::allocate | ( | size_t | size | ) | [inline] |
Definition at line 285 of file allocator.h.
void lass::util::AllocatorLocked< Allocator, Lock, Locker >::deallocate | ( | void * | mem | ) | [inline] |
Definition at line 290 of file allocator.h.
void lass::util::AllocatorLocked< Allocator, Lock, Locker >::deallocate | ( | void * | mem, | |
size_t | size | |||
) | [inline] |
Definition at line 295 of file allocator.h.
Lock lass::util::AllocatorLocked< Allocator, Lock, Locker >::lock_ [private] |
Definition at line 301 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |