fallocate
fallocate exposes an interface to fallocate(2), posix_fallocate(3) and posix_fadvise(3).
Under Mac OS X the fallocate() method will use the apple equivalent of fallocate(2). Note that this might not be exactly the same.
When using the wrapper functions around the fallocate(2) call, this is the default, the arguments given to the function are slightly different then the c call.
This module has the arguments like:
fallocate(fd, offset, length, mode=0)
While in C the function looks like:
fallocate(fd, mode, offset, length)
The main reason for this is that the mode argument tends not to be used much and thus having the default as a keyword argument is much easier then having to specify 0 everytime.
Release files for fallocate 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fallocate-1.0.tar.gz | 3.6 kB | Details |
Release files / fallocate-1.0.tar.gz
| Download URL | fallocate-1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bfacb9e47f62c3eb4f037056ead920dae6bfc35f0d5a47ccf8720cf25bd87e44
|
|
BLAKE2b-256 checksum How to use checksums |
1fc430e474036bc7728da3c7298b94d87b83aa1d5c06667c4c5ce87bcf5b8469
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |