Lines Matching defs:cMem
101 ZSTD_customMem cMem; member
105 static ZSTDMT_bufferPool* ZSTDMT_createBufferPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createBufferPool()
170 { ZSTD_customMem const cMem = srcBufPool->cMem; in ZSTDMT_expandBufferPool() local
317 static ZSTDMT_seqPool* ZSTDMT_createSeqPool(unsigned nbWorkers, ZSTD_customMem cMem) in ZSTDMT_createSeqPool()
343 ZSTD_customMem cMem; member
360 ZSTD_customMem cMem) in ZSTDMT_createCCtxPool()
385 { ZSTD_customMem const cMem = srcPool->cMem; in ZSTDMT_expandCCtxPool() local
484 ZSTD_customMem cMem = params.customMem; in ZSTDMT_serialState_reset() local
547 ZSTD_customMem cMem = serialState->params.customMem; in ZSTDMT_serialState_free() local
828 ZSTD_customMem cMem; member
834 static void ZSTDMT_freeJobsTable(ZSTDMT_jobDescription* jobTable, U32 nbJobs, ZSTD_customMem cMem) in ZSTDMT_freeJobsTable()
848 static ZSTDMT_jobDescription* ZSTDMT_createJobsTable(U32* nbJobsPtr, ZSTD_customMem cMem) in ZSTDMT_createJobsTable()
890 MEM_STATIC ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem… in ZSTDMT_createCCtx_advanced_internal()
932 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* p… in ZSTDMT_createCCtx_advanced()