malloc()
function). NSAPI_PUBLIC
void *ldapu_malloc (int size)
Name | Description |
---|---|
size | Size of the memory that you want to allocate. |
NULL
.
ldapu_free()
function.
If you want to allocate memory to copy a string, call the ldapu_strdup()
function instead.
ldapu_free()
, ldapu_strdup()
.