HomeSort by: relevance | last modified time | path
    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