Function linearGetSize

Source
pub unsafe extern "C" fn linearGetSize(mem: *mut c_void) -> usize
Expand description

Retrieves the allocated size of a buffer.

ยงReturns

The size of the buffer.