Malloc Initialization

To make SER even faster we decided to reimplement memory allocation routines. The new malloc better fits our needs and speeds up the server a lot. The memory management subsystem needs to be initialized upon server startup. The initialization mainly creates internal data structures and allocates memory region to be partitioned.

Important

The memory allocation code must be initialized BEFORE any of its function is called !