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_allocFunction
customFree: ZSTD_freeFunction
opaque: *mut c_void