pub unsafe extern "C" fn pomp_buffer_is_shared(
buf: *const pomp_buffer,
) -> c_intExpand description
Determine if the buffer is shared @param buf : buffer. @return 1 if the buffer is shared (ref count greater than 1), 0 otherwise.
pub unsafe extern "C" fn pomp_buffer_is_shared(
buf: *const pomp_buffer,
) -> c_intDetermine if the buffer is shared @param buf : buffer. @return 1 if the buffer is shared (ref count greater than 1), 0 otherwise.