Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Macros | Functions
lockedpool.cpp File Reference
#include "support/lockedpool.h"
#include "support/cleanse.h"
#include <sys/mman.h>
#include <sys/resource.h>
#include <limits.h>
#include <unistd.h>
#include <algorithm>
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...
 

Macros

#define MAP_ANONYMOUS   MAP_ANON
 

Functions

template<class Iterator , class Pair >
bool extend (Iterator it, const Pair &other)
 

Macro Definition Documentation

#define MAP_ANONYMOUS   MAP_ANON

Definition at line 223 of file lockedpool.cpp.

Function Documentation

template<class Iterator , class Pair >
bool extend ( Iterator  it,
const Pair &  other 
)

Definition at line 80 of file lockedpool.cpp.

Here is the caller graph for this function: