Project Alice
Loading...
Searching...
No Matches
ldmState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ldmState_t:

Public Attributes

ZSTD_window_t window
 
ldmEntry_thashTable
 
U32 loadedDictEnd
 
BYTEbucketOffsets
 
size_t splitIndices [LDM_BATCH_SIZE]
 
ldmMatchCandidate_t matchCandidates [LDM_BATCH_SIZE]
 

Detailed Description

Definition at line 276 of file zstd_compress_internal.h.

Member Data Documentation

◆ bucketOffsets

BYTE* ldmState_t::bucketOffsets

Definition at line 280 of file zstd_compress_internal.h.

◆ hashTable

ldmEntry_t* ldmState_t::hashTable

Definition at line 278 of file zstd_compress_internal.h.

◆ loadedDictEnd

U32 ldmState_t::loadedDictEnd

Definition at line 279 of file zstd_compress_internal.h.

◆ matchCandidates

ldmMatchCandidate_t ldmState_t::matchCandidates[LDM_BATCH_SIZE]

Definition at line 282 of file zstd_compress_internal.h.

◆ splitIndices

size_t ldmState_t::splitIndices[LDM_BATCH_SIZE]

Definition at line 281 of file zstd_compress_internal.h.

◆ window

ZSTD_window_t ldmState_t::window

Definition at line 277 of file zstd_compress_internal.h.


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