OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ZWRAP_customCalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.c
128
static void*
ZWRAP_customCalloc
(size_t size, ZSTD_customMem customMem)
192
zwc = (ZWRAP_CCtx*)
ZWRAP_customCalloc
(sizeof(ZWRAP_CCtx), customMem);
552
zwd = (ZWRAP_DCtx*)
ZWRAP_customCalloc
(sizeof(ZWRAP_DCtx), customMem);
zstd_zlibwrapper.c
128
static void*
ZWRAP_customCalloc
(size_t size, ZSTD_customMem customMem)
192
zwc = (ZWRAP_CCtx*)
ZWRAP_customCalloc
(sizeof(ZWRAP_CCtx), customMem);
552
zwd = (ZWRAP_DCtx*)
ZWRAP_customCalloc
(sizeof(ZWRAP_DCtx), customMem);
Completed in 103 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026