1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

initial commit

This commit is contained in:
Danielle Rozenblit
2023-02-09 07:40:25 -08:00
parent 610c8b9e33
commit cc4e941745

View File

@ -716,7 +716,7 @@ static size_t FIO_createDictBuffer(void** bufferPtr, const char* fileName, FIO_p
return (size_t)fileSize;
}
/*! FIO_createDictBuffer() :
/*! FIO_createDictBufferMMap() :
* creates a buffer, pointed by `*bufferPtr` using mmap,
* loads entire `filename` content into it.
* @return : loaded size