![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <support/lockedpool.h>
#include <support/cleanse.h>
#include <sys/mman.h>
#include <sys/resource.h>
#include <limits.h>
#include <unistd.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | PosixLockedPageAllocator |
LockedPageAllocator specialized for OSes that don't try to be special snowflakes. More... | |
Macros | |
#define | MAP_ANONYMOUS MAP_ANON |
#define MAP_ANONYMOUS MAP_ANON |
Definition at line 243 of file lockedpool.cpp.