|
Open-Transactions
0.93.0-ge03d287
|
#include "stdafx.hpp"#include "crypto/OTCallback.hpp"#include "OTLog.hpp"#include <sys/types.h>#include <sys/mman.h>#include <limits.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| opentxs | |
Macros | |
| #define | PAGESIZE sysconf(_SC_PAGESIZE) |
| #define | mlock(a, b) |
| #define | munlock(a, b) |
| #define mlock | ( | a, | |
| b | |||
| ) |
Definition at line 154 of file OTCallback.cpp.
| #define munlock | ( | a, | |
| b | |||
| ) |
Definition at line 158 of file OTCallback.cpp.
| #define PAGESIZE sysconf(_SC_PAGESIZE) |
Definition at line 149 of file OTCallback.cpp.