
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
LastErrorExceptionint posix_memalign(jnr.ffi.byref.PointerByReference memptr,
jnr.ffi.NativeLong alignment,
jnr.ffi.NativeLong size)
throws LastErrorException
LastErrorExceptionint getpagesize()
throws LastErrorException
LastErrorExceptionint pathconf(String path, int name) throws LastErrorException
LastErrorExceptionCopyright © 2009–2025 OrientDB. All rights reserved.