Function sundials_sys::SUNMemoryHelper_GetAllocStats

source ·
pub unsafe extern "C" fn SUNMemoryHelper_GetAllocStats(
    arg1: SUNMemoryHelper,
    mem_type: SUNMemoryType,
    num_allocations: *mut c_ulong,
    num_deallocations: *mut c_ulong,
    bytes_allocated: *mut usize,
    bytes_high_watermark: *mut usize
) -> SUNErrCode