23.9. slapi_ch_realloc()
Changes the size of a block of allocated memory.
#include "slapi-plugin.h" char * slapi_ch_realloc( char *block, unsigned long size );
This function takes the following parameters:
|
block
| Pointer to an existing block of allocated memory. |
|
size
| New size of the block of memory you want allocated. |
This function returns a pointer to the reallocated space of memory. If space cannot be allocated, e.g., no more virtual memory exists, the slapd program terminates.
This function terminates the slapd server with an "out of memory" error message if memory cannot be allocated.
slapi_ch_realloc() should be the address of a pointer that was allocated using a slapi call such as slapi_ch_malloc(), slapi_ch_calloc(), or slapi_ch_strdup(). The returned pointer should be freed by calling slapi_ch_free().

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.