|
cds
1.4.0
|
Heap based on system malloc and free functions
More...
#include <cds/memory/michael/allocator.h>
Static Public Member Functions | |
| static void * | alloc (size_t nSize) |
Allocates memory block of nSize bytes (malloc wrapper) | |
| static void | free (void *p) |
Returning memory block to the system (free wrapper) | |
Heap based on system malloc and free functions