OmniSciDB
85c2d10cdc
|
#include "OSDependent/omnisci_fs.h"
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include "Logger/Logger.h"
Go to the source code of this file.
Namespaces | |
omnisci | |
Functions | |
int | omnisci::get_page_size () |
size_t | omnisci::file_size (const int fd) |
void * | omnisci::checked_mmap (const int fd, const size_t sz) |
void | omnisci::checked_munmap (void *addr, size_t length) |
int | omnisci::msync (void *addr, size_t length, bool async) |
int | omnisci::fsync (int fd) |
int | omnisci::open (const char *path, int flags, int mode) |
void | omnisci::close (const int fd) |
::FILE * | omnisci::fopen (const char *filename, const char *mode) |