Lines Matching refs:ZSTD_customMem
101 ZSTD_customMem cMem;
105 static ZSTDMT_bufferPool* ZSTDMT_createBufferPool(unsigned maxNbBuffers, ZSTD_customMem cMem) in ZSTDMT_createBufferPool()
168 { ZSTD_customMem const cMem = srcBufPool->cMem; in ZSTDMT_expandBufferPool()
325 static ZSTDMT_seqPool* ZSTDMT_createSeqPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createSeqPool()
351 ZSTD_customMem cMem;
368 ZSTD_customMem cMem) in ZSTDMT_createCCtxPool()
393 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool()
490 ZSTD_customMem cMem = params.customMem; in ZSTDMT_serialState_reset()
553 ZSTD_customMem cMem = serialState->params.customMem; in ZSTDMT_serialState_free()
856 ZSTD_customMem cMem;
862 static void ZSTDMT_freeJobsTable(ZSTDMT_jobDescription* jobTable, U32 nbJobs, ZSTD_customMem cMem) in ZSTDMT_freeJobsTable()
876 static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZSTD_customMem cMem) in ZSTDMT_createJobsTable()
918 MEM_STATIC ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem… in ZSTDMT_createCCtx_advanced_internal()
960 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* p… in ZSTDMT_createCCtx_advanced()