]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add init once memory (#3528) (#3529)
authorYonatan Komornik <11005061+yoniko@users.noreply.github.com>
Mon, 13 Mar 2023 20:20:49 +0000 (13:20 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Mar 2023 20:20:49 +0000 (13:20 -0700)
commit9420bce8a491e21821c4b372f837bf4bd47e5870
tree5e666d1ceb3531ec3821ddf37dbc697bddd0e8ee
parente2965edd107acd0123294e23848cdc00af906468
Add init once memory (#3528) (#3529)

- Adds memory type that is guaranteed to have been initialized at least once in the workspace's lifetime.
- Changes tag space in row hash to be based on init once memory.
lib/common/compiler.h
lib/compress/zstd_compress.c
lib/compress/zstd_cwksp.h
lib/compress/zstd_opt.c