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.