mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
initial commit
This commit is contained in:
@ -716,7 +716,7 @@ static size_t FIO_createDictBuffer(void** bufferPtr, const char* fileName, FIO_p
|
|||||||
return (size_t)fileSize;
|
return (size_t)fileSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! FIO_createDictBuffer() :
|
/*! FIO_createDictBufferMMap() :
|
||||||
* creates a buffer, pointed by `*bufferPtr` using mmap,
|
* creates a buffer, pointed by `*bufferPtr` using mmap,
|
||||||
* loads entire `filename` content into it.
|
* loads entire `filename` content into it.
|
||||||
* @return : loaded size
|
* @return : loaded size
|
||||||
|
Reference in New Issue
Block a user