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