These functions are provided for backward compatibility.
| Function | Description |
|---|---|
| srv_alloc | Allocates memory dynamically. |
| srv_bmove | Copies bytes from one memory location to another. |
| srv_bzero | Sets the contents of a memory location to zero. |
| srv_free | Frees memory allocated with srv_alloc or srv_config_alloc. |