silc_malloc
SYNOPSIS
void *silc_malloc(size_t size);
DESCRIPTION
Allocates memory of `size' bytes and returns pointer to the allocated memory area. Free the memory by calling silc_free. Returns NULL on error and sets silc_errno.
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
void *silc_malloc(size_t size);
DESCRIPTION
Allocates memory of `size' bytes and returns pointer to the allocated memory area. Free the memory by calling silc_free. Returns NULL on error and sets silc_errno.