OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:customFree
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/
zstd.h
1870
typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction
customFree
; void* opaque; } ZSTD_customMem;
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v07.c
68
typedef struct { ZSTDv07_allocFunction customAlloc; ZSTDv07_freeFunction
customFree
; void* opaque; } ZSTDv07_customMem;
2926
if (!customMem.customAlloc && !customMem.
customFree
)
2929
if (!customMem.customAlloc || !customMem.
customFree
)
2947
dctx->customMem.
customFree
(dctx->customMem.opaque, dctx);
4136
if (!customMem.customAlloc && !customMem.
customFree
)
4139
if (!customMem.customAlloc || !customMem.
customFree
)
4147
customMem.
customFree
(customMem.opaque, dictContent);
4148
customMem.
customFree
(customMem.opaque, ddict);
4149
customMem.
customFree
(customMem.opaque, dctx);
4156
customMem.
customFree
(customMem.opaque, dictContent)
[
all
...]
Completed in 105 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026