library of assembled shared sources |
http://lass.cocamware.com |
#include <allocator.h>
Public Member Functions | |
void * | allocate (size_t size) |
void | deallocate (void *mem) |
void | deallocate (void *mem, size_t) |
Definition at line 240 of file allocator.h.
void* lass::util::AllocatorMalloc::allocate | ( | size_t | size | ) | [inline] |
Definition at line 243 of file allocator.h.
void lass::util::AllocatorMalloc::deallocate | ( | void * | mem | ) | [inline] |
Definition at line 247 of file allocator.h.
void lass::util::AllocatorMalloc::deallocate | ( | void * | mem, | |
size_t | ||||
) | [inline] |
Definition at line 251 of file allocator.h.
Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by 1.5.7.1 |