![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 292](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642292.webp)
Functions for Managing Memory
292
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
slapi_ch_array_free()
Frees an existing array.
Syntax
#include “slapi-plugin.h”
void slapi_ch_array_free( char **arrayp );
Parameters
This function takes the following parameter:
Description
This function frees the
char **
pointed to by
arrayp
.
slapi_ch_bvdup()
Makes a copy of an existing
berval
structure.
Table 15-9
Memory Management Routines
Function
Description
slapi_ch_array_free()
Frees an existing array.
slapi_ch_bvdup()
Makes a copy of an existing
berval
structure.
slapi_ch_bvecdup()
Makes a copy of an array of existing
berval
structures.
slapi_ch_calloc()
Allocates space for an array of a number of elements of a specified size
slapi_ch_free()
Frees space allocated by the
slapi_ch_malloc()
,
slapi_ch_realloc()
, and
slapi_ch_calloc()
functions.
slapi_ch_free_string()
Frees space previously allocated to a string.
slapi_ch_malloc()
Allocates space in memory.
slapi_ch_realloc()
Changes the size of a block of allocated memory.
slapi_ch_strdup()
Makes a copy of an existing string.
arrayp
Pointer to the array to be freed. This parameter can be
NULL
.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...