#include <ShmAllocator.h>
Static Public Member Functions | |
| void | initialize (unsigned sizeBits, bool freeMemory=false) throw (MemException) |
| void | MemAlloc::destroy () |
| void * | allocate (size_t size) throw (MemException) |
| void | deallocate (void *p) |
Static Public Attributes | |
| BlocksList * | bl = NULL |
|
|
Allocates memory from the block.
|
|
|
Returns allocated space to the block.
|
|
||||||||||||
|
Initializes the static class.
|
|
|
Destroy the shared memory block. |
|
|
|
1.3.6