Project Alice
|
Public Attributes | |
ZSTD_pthread_mutex_t | poolMutex |
int | totalCCtx |
int | availCCtx |
ZSTD_customMem | cMem |
ZSTD_CCtx ** | cctxs |
Definition at line 356 of file zstdmt_compress.c.
int ZSTDMT_CCtxPool::availCCtx |
Definition at line 359 of file zstdmt_compress.c.
ZSTD_CCtx** ZSTDMT_CCtxPool::cctxs |
Definition at line 361 of file zstdmt_compress.c.
ZSTD_customMem ZSTDMT_CCtxPool::cMem |
Definition at line 360 of file zstdmt_compress.c.
ZSTD_pthread_mutex_t ZSTDMT_CCtxPool::poolMutex |
Definition at line 357 of file zstdmt_compress.c.
int ZSTDMT_CCtxPool::totalCCtx |
Definition at line 358 of file zstdmt_compress.c.