OmniSciDB
3a86f6ec37
|
#include <stddef.h>
#include <stdio.h>
Go to the source code of this file.
Namespaces | |
omnisci | |
Functions | |
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) |
int | omnisci::get_page_size () |