Home
last modified time | relevance | path

Searched refs:ZWRAP_allocFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c69 static void* ZWRAP_allocFunction(void* opaque, size_t size) in ZWRAP_allocFunction() function
124 …{ ZSTD_customMem const ZWRAP_customMem = { ZWRAP_allocFunction, ZWRAP_freeFunction, &zwc->allocFun… in ZWRAP_createCCtx()
465 …{ ZSTD_customMem const ZWRAP_customMem = { ZWRAP_allocFunction, ZWRAP_freeFunction, &zwd->allocFun… in ZWRAP_createDCtx()