Project Alice
Loading...
Searching...
No Matches
ZSTDMT_bufferPool_s Struct Reference
Collaboration diagram for ZSTDMT_bufferPool_s:

Public Attributes

ZSTD_pthread_mutex_t poolMutex
 
size_t bufferSize
 
unsigned totalBuffers
 
unsigned nbBuffers
 
ZSTD_customMem cMem
 
buffer_tbuffers
 

Detailed Description

Definition at line 97 of file zstdmt_compress.c.

Member Data Documentation

◆ buffers

buffer_t* ZSTDMT_bufferPool_s::buffers

Definition at line 103 of file zstdmt_compress.c.

◆ bufferSize

size_t ZSTDMT_bufferPool_s::bufferSize

Definition at line 99 of file zstdmt_compress.c.

◆ cMem

ZSTD_customMem ZSTDMT_bufferPool_s::cMem

Definition at line 102 of file zstdmt_compress.c.

◆ nbBuffers

unsigned ZSTDMT_bufferPool_s::nbBuffers

Definition at line 101 of file zstdmt_compress.c.

◆ poolMutex

ZSTD_pthread_mutex_t ZSTDMT_bufferPool_s::poolMutex

Definition at line 98 of file zstdmt_compress.c.

◆ totalBuffers

unsigned ZSTDMT_bufferPool_s::totalBuffers

Definition at line 100 of file zstdmt_compress.c.


The documentation for this struct was generated from the following file: