library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
AllocatorThrow () | |
AllocatorThrow (size_t size) | |
void * | allocate () |
void * | allocate (size_t size) |
Definition at line 603 of file allocator.h.
lass::util::AllocatorThrow< Allocator >::AllocatorThrow | ( | ) | [inline] |
Definition at line 606 of file allocator.h.
lass::util::AllocatorThrow< Allocator >::AllocatorThrow | ( | size_t | size | ) | [inline] |
Definition at line 610 of file allocator.h.
void* lass::util::AllocatorThrow< Allocator >::allocate | ( | ) | [inline] |
Definition at line 614 of file allocator.h.
Referenced by lass::prim::impl::allocateMemory(), lass::util::impl::initHeapCounter(), lass::spat::experimental::ObjectAllocator::make(), lass::stde::lock_free_queue< T, FixedAllocator >::make_node(), and lass::stde::lock_free_queue< T, FixedAllocator >::make_value().
void* lass::util::AllocatorThrow< Allocator >::allocate | ( | size_t | size | ) | [inline] |
Definition at line 622 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |