Cleanups, add comments and explanations

This commit is contained in:
senhuang42
2020-10-07 13:56:25 -04:00
parent 78da2e1808
commit ea92fb3a68
5 changed files with 113 additions and 161 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ static void ZSTDMT_releaseBuffer(ZSTDMT_bufferPool* bufPool, buffer_t buf)
/* ===== Seq Pool Wrapper ====== */
static rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0};
static rawSeqStore_t kNullRawSeqStore = {NULL, NULL, 0, 0, 0};
typedef ZSTDMT_bufferPool ZSTDMT_seqPool;