public interface OCLibrary
Modifier and Type | Field and Description |
---|---|
static int |
RLIM_INFINITY
Denotes no limit on a resource.
|
static int |
RLIMIT_AS
Address space limit.
|
static int |
RLIMIT_MEMLOCK |
static int |
RLIMIT_NOFILE |
Modifier and Type | Method and Description |
---|---|
int |
fallocate(int fd,
int mode,
long offset,
long len) |
int |
getpagesize() |
int |
pathconf(String path,
int name) |
int |
posix_memalign(jnr.ffi.byref.PointerByReference memptr,
jnr.ffi.NativeLong alignment,
jnr.ffi.NativeLong size) |
static final int RLIMIT_AS
static final int RLIMIT_MEMLOCK
static final int RLIMIT_NOFILE
static final int RLIM_INFINITY
int fallocate(int fd, int mode, long offset, long len) throws LastErrorException
LastErrorException
int posix_memalign(jnr.ffi.byref.PointerByReference memptr, jnr.ffi.NativeLong alignment, jnr.ffi.NativeLong size) throws LastErrorException
LastErrorException
int getpagesize() throws LastErrorException
LastErrorException
int pathconf(String path, int name) throws LastErrorException
LastErrorException
Copyright © 2009–2020 OrientDB. All rights reserved.