SIP Express Router v0.8.8 - Developer's Guide | ||
---|---|---|
<<< Previous | The Server Startup | Next >>> |
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.
![]() | The memory allocation code must be initialized BEFORE any of its function is called ! |
<<< Previous | Home | Next >>> |
Parser Initialization | Up | Timer Initialization |