Syntax
#include "slapi-plugin.h" char * slapi_ch_malloc( unsigned long size ); Parameters
#include "slapi-plugin.h" char * slapi_ch_malloc( unsigned long size );
The function has the following parameters:
size
Returns
Pointer to the newly allocated space of memory. If space cannot be allocated (for example, if no more virtual memory exists), the slapd program terminates.