silcmemory.html
SILC Memory Interface Header: silcmemory.h
DESCRIPTION
Basic utility functions for allocating memory. All SILC routines, and
applications use these functions when they need to allocate, manipulate
and free memory.
Currently all allocation routines assert() that the memory was allocated
successfully. Hence, if memory allocation fails it is fatal error.
silc_malloc
silc_calloc
silc_realloc
silc_free
silc_memdup
|