Allocates a ringbuffer data structure of a specified size. The
caller must arrange for a call to jack_ringbuffer_free() to release
the memory associated with the ringbuffer.
@param sz the ringbuffer size in bytes.
@return a pointer to a new jack_ringbuffer_t, if successful; NULL
otherwise.
Allocates a ringbuffer data structure of a specified size. The caller must arrange for a call to jack_ringbuffer_free() to release the memory associated with the ringbuffer.
@param sz the ringbuffer size in bytes.
@return a pointer to a new jack_ringbuffer_t, if successful; NULL otherwise.