• Home
  • Raw
  • Download

Lines Matching refs:customFree

67 typedef struct { ZSTDv07_allocFunction customAlloc; ZSTDv07_freeFunction customFree; void* opaque; …  member
2985 if (!customMem.customAlloc && !customMem.customFree) in ZSTDv07_createDCtx_advanced()
2988 if (!customMem.customAlloc || !customMem.customFree) in ZSTDv07_createDCtx_advanced()
3006 dctx->customMem.customFree(dctx->customMem.opaque, dctx); in ZSTDv07_freeDCtx()
4192 if (!customMem.customAlloc && !customMem.customFree) in ZSTDv07_createDDict_advanced()
4195 if (!customMem.customAlloc || !customMem.customFree) in ZSTDv07_createDDict_advanced()
4203 customMem.customFree(customMem.opaque, dictContent); in ZSTDv07_createDDict_advanced()
4204 customMem.customFree(customMem.opaque, ddict); in ZSTDv07_createDDict_advanced()
4205 customMem.customFree(customMem.opaque, dctx); in ZSTDv07_createDDict_advanced()
4212 customMem.customFree(customMem.opaque, dictContent); in ZSTDv07_createDDict_advanced()
4213 customMem.customFree(customMem.opaque, ddict); in ZSTDv07_createDDict_advanced()
4214 customMem.customFree(customMem.opaque, dctx); in ZSTDv07_createDDict_advanced()
4236 ZSTDv07_freeFunction const cFree = ddict->refContext->customMem.customFree; in ZSTDv07_freeDDict()
4345 if (!customMem.customAlloc && !customMem.customFree) in ZBUFFv07_createDCtx_advanced()
4348 if (!customMem.customAlloc || !customMem.customFree) in ZBUFFv07_createDCtx_advanced()
4365 if (zbd->inBuff) zbd->customMem.customFree(zbd->customMem.opaque, zbd->inBuff); in ZBUFFv07_freeDCtx()
4366 if (zbd->outBuff) zbd->customMem.customFree(zbd->customMem.opaque, zbd->outBuff); in ZBUFFv07_freeDCtx()
4367 zbd->customMem.customFree(zbd->customMem.opaque, zbd); in ZBUFFv07_freeDCtx()
4449 zbd->customMem.customFree(zbd->customMem.opaque, zbd->inBuff); in ZBUFFv07_decompressContinue()
4456 zbd->customMem.customFree(zbd->customMem.opaque, zbd->outBuff); in ZBUFFv07_decompressContinue()