Searched refs:customFree (Results 1 – 16 of 16) sorted by relevance
49 if (customMem.customFree) in ZSTD_customFree()50 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
48 if (customMem.customFree) in ZSTD_customFree()49 customMem.customFree(customMem.opaque, ptr); in ZSTD_customFree()
68 typedef struct { ZSTDv07_allocFunction customAlloc; ZSTDv07_freeFunction customFree; void* opaque; … member2926 if (!customMem.customAlloc && !customMem.customFree) in ZSTDv07_createDCtx_advanced()2929 if (!customMem.customAlloc || !customMem.customFree) in ZSTDv07_createDCtx_advanced()2947 dctx->customMem.customFree(dctx->customMem.opaque, dctx); in ZSTDv07_freeDCtx()4136 if (!customMem.customAlloc && !customMem.customFree) in ZSTDv07_createDDict_advanced()4139 if (!customMem.customAlloc || !customMem.customFree) in ZSTDv07_createDDict_advanced()4147 customMem.customFree(customMem.opaque, dictContent); in ZSTDv07_createDDict_advanced()4148 customMem.customFree(customMem.opaque, ddict); in ZSTDv07_createDDict_advanced()4149 customMem.customFree(customMem.opaque, dctx); in ZSTDv07_createDDict_advanced()4156 customMem.customFree(customMem.opaque, dictContent); in ZSTDv07_createDDict_advanced()[all …]
128 .customFree = zstd_free,
151 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDDict_advanced()
296 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDCtx_internal()
150 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDDict_advanced()
295 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createDCtx_internal()
143 if (customMem.customFree) in ZWRAP_customFree()144 customMem.customFree(customMem.opaque, ptr); in ZWRAP_customFree()188 customMem.customFree = ZWRAP_freeFunction; in ZWRAP_createCCtx()548 customMem.customFree = ZWRAP_freeFunction; in ZWRAP_createDCtx()
701 if (ptr != NULL && customMem.customFree != NULL) { in ZSTD_cwksp_free()
118 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtx_advanced()332 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtxParams_advanced()5612 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCDict_advanced_internal()5672 if (!customMem.customAlloc ^ !customMem.customFree) return NULL; in ZSTD_createCDict_advanced2()
959 if ((cMem.customAlloc!=NULL) ^ (cMem.customFree!=NULL)) in ZSTDMT_createCCtx_advanced_internal()
702 if (ptr != NULL && customMem.customFree != NULL) { in ZSTD_cwksp_free()
119 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtx_advanced()333 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCCtxParams_advanced()5613 if ((!customMem.customAlloc) ^ (!customMem.customFree)) return NULL; in ZSTD_createCDict_advanced_internal()5673 if (!customMem.customAlloc ^ !customMem.customFree) return NULL; in ZSTD_createCDict_advanced2()
1871 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD… member
1870 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD… member