Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
lockedpool.cpp File Reference
#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>
Include dependency graph for lockedpool.cpp:

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.

Function Documentation

◆ align_up()

size_t align_up ( size_t x,
size_t align )
inlinestatic

Align up to power of 2.

Definition at line 31 of file lockedpool.cpp.

Here is the caller graph for this function: