library of assembled shared sources |
http://lass.cocamware.com |
#include <prim_allocator.h>
Static Public Member Functions | |
static T * | allocate (size_t n) |
static void | deallocate (T *p, size_t n) |
Definition at line 60 of file prim_allocator.h.
static T* lass::prim::impl::AllocatorHelper< T, hasTrivialConstructorAndDestructor >::allocate | ( | size_t | n | ) | [inline, static] |
Definition at line 63 of file prim_allocator.h.
References lass::prim::impl::allocateMemory(), and lass::stde::T.
static void lass::prim::impl::AllocatorHelper< T, hasTrivialConstructorAndDestructor >::deallocate | ( | T * | p, | |
size_t | n | |||
) | [inline, static] |
Definition at line 67 of file prim_allocator.h.
References lass::prim::impl::deallocateMemory(), and lass::stde::T.
Referenced by lass::prim::impl::AllocatorHelper< T, false >::allocate(), and lass::prim::impl::AllocatorHelper< T, false >::deallocate().
Generated on Mon Nov 10 14:22:14 2008 for Library of Assembled Shared Sources by 1.5.7.1 |