Struct zstd_sys::ZSTD_customMem
source · [−]#[repr(C)]pub struct ZSTD_customMem {
pub customAlloc: ZSTD_allocFunction,
pub customFree: ZSTD_freeFunction,
pub opaque: *mut c_void,
}Fields
customAlloc: ZSTD_allocFunctioncustomFree: ZSTD_freeFunctionopaque: *mut c_void