library of assembled shared sources

http://lass.cocamware.com

lass::util::AllocatorMalloc Class Reference
[Allocator]

#include <allocator.h>


Public Member Functions

void * allocate (size_t size)
void deallocate (void *mem)
void deallocate (void *mem, size_t)


Detailed Description

Definition at line 240 of file allocator.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Mon Nov 10 14:22:16 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo