Function cudaMemGetInfo

Source
pub unsafe extern "C" fn cudaMemGetInfo(
    free: *mut usize,
    total: *mut usize,
) -> cudaError_t