]> git.ipfire.org Git - thirdparty/zstd.git/commit
mmap for windows (#3557)
authordaniellerozenblit <48103643+daniellerozenblit@users.noreply.github.com>
Tue, 28 Mar 2023 23:44:53 +0000 (19:44 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 23:44:53 +0000 (19:44 -0400)
commitb2ad17a658f9ac07ad624d8f17ee442ec8f9bc44
tree68af77eececc8ae753fb49d3ba9af64769d65f69
parent57e1b45920d0df787bf87671554778e04544846b
mmap for windows (#3557)

* mmap for windows

* remove enabling mmap for testing

* rename FIO dictionary initialization methods + un-const dictionary objects in free functions

* remove enabling mmap for testing

* initDict returns void, underlying setDictBuffer methods return the size of the set buffer

* fix comment
programs/fileio.c
programs/fileio_types.h