Name
smpp_realloc — Free message (*mem), and realloc new memtype_smpp memory
Synopsis
#include "modules/mobility/smpp/smpp_util.h"
| void * **smpp_realloc** (
| mem, | |
| | size)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.2.
Free the memory associated with mem
and realloc new memtype_smpp memory specifying the size.
- mem
-
The buffer to be reallocated.
- size
-
The new memory size.
On success this 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?