taco-db
0.1.0
|
#include "tdb.h"
Go to the source code of this file.
Classes | |
class | taco::FSFile |
Represents an open file in the file system. More... | |
Namespaces | |
taco | |
Functions | |
bool | taco::fallocate_zerofill_fast (int fd, off_t offset, off_t len) |
Calls fallocate(2) with mode FALLOC_FL_ZERO_RANGE if it is available. More... | |