Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c95 z_stream allocFunc; /* copy of zalloc, zfree, opaque */ member
123 memcpy(&zwc->allocFunc, strm, sizeof(z_stream)); in ZWRAP_createCCtx()
124 …STD_customMem const ZWRAP_customMem = { ZWRAP_allocFunction, ZWRAP_freeFunction, &zwc->allocFunc }; in ZWRAP_createCCtx()
444 z_stream allocFunc; /* just to copy zalloc, zfree, opaque */ member
464 zwd->allocFunc = *strm; /* just to copy zalloc, zfree & opaque */ in ZWRAP_createDCtx()
465 …STD_customMem const ZWRAP_customMem = { ZWRAP_allocFunction, ZWRAP_freeFunction, &zwd->allocFunc }; in ZWRAP_createDCtx()