![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <support/lockedpool.h>#include <support/cleanse.h>#include <sys/mman.h>#include <sys/resource.h>#include <unistd.h>#include <algorithm>#include <limits>#include <stdexcept>#include <utility>Go to the source code of this file.
Classes | |
| class | PosixLockedPageAllocator |
| LockedPageAllocator specialized for OSes that don't try to be special snowflakes. More... | |
Functions | |
| static size_t | align_up (size_t x, size_t align) |
| Align up to power of 2. More... | |
|
inlinestatic |
Align up to power of 2.
Definition at line 31 of file lockedpool.cpp.