ZSTD_customFree
ZSTD_customFree(cctx->localDict.dictBuffer, cctx->customMem);
if (!cctxInWorkspace) ZSTD_customFree(cctx, cctx->customMem);
ZSTD_customFree(params, params->customMem);
ZSTD_customFree(dst, ZSTD_defaultCMem);
ZSTD_customFree(workspace, customMem);
ZSTD_customFree(cdict, cMem);
ZSTD_customFree(ptr, customMem);
ZSTD_customFree(ddict->dictBuffer, cMem);
ZSTD_customFree(ddict, cMem);
ZSTD_customFree((void*)oldTable, customMem);
ZSTD_customFree(ret, customMem);
ZSTD_customFree((void*)hashSet->ddictPtrTable, customMem);
ZSTD_customFree(hashSet, customMem);
ZSTD_customFree(zds->inBuff, zds->customMem);
ZSTD_customFree(dctx->inBuff, cMem);
ZSTD_customFree(dctx, cMem);