signal_buffer_alloc

Function signal_buffer_alloc 

Source
pub unsafe extern "C" fn signal_buffer_alloc(
    len: usize,
) -> *mut signal_buffer
Expand description

Allocate a new buffer to store data of the provided length.

@param len length of the buffer to allocate @return pointer to the allocated buffer, or 0 on failure