|
Givaro
|
Implementation of a memory manager with free-lists. More...
#include <givaromm.h>
Collaboration diagram for GivMMFreeList:Static Public Member Functions | |
| static void | Destroy () |
| static BlocFreeList * | _allocate (const size_t sz) |
| static void * | allocate (const size_t sz) |
| static void * | reallocate (void *p, const size_t oldsize, const size_t newsize) |
| static void | desallocate (void *p, const size_t=0) |
| static void | memcpy (void *dest, const void *src, const size_t size) |
| static const GivMMInfo & | Usage () |
Static Public Attributes | |
| static GivMMInfo | info |
| static GivModule | Module |
Friends | |
| class | GivModule |
Implementation of a memory manager with free-lists.
All members are static methods.
|
static |
|
static |
|
inlinestatic |
|
static |
|
inlinestatic |
|
static |
|
static |
|
friend |
|
static |
|
static |
1.8.1.1