silc_buffer_alloc_size

SYNOPSIS

    static inline
    SilcBuffer silc_buffer_alloc_size(SilcUInt32 len);

DESCRIPTION

Allocates `len' bytes size buffer and moves the tail area automatically `len' bytes so that the buffer is ready to use without calling the silc_buffer_pull_tail. Returns NULL if system is out of memory.