Name
smpp_malloc — Allocate memory of memtype_smpp type
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| void * **smpp_malloc** (
| size)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Allocate memory of memtype_smpp type. Memory allocated using this function should be freed using smpp_free.
- size
-
The number of bytes of requested memory.
On success htis function returns a pointer to the allocated memory; on failure, NULL is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?