Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <stdint.h>
#include <list>
#include <map>
#include <mutex>
#include <memory>
Go to the source code of this file.
Classes | |
class | LockedPageAllocator |
OS-dependent allocation and deallocation of locked/pinned memory pages. More... | |
class | Arena |
struct | Arena::Stats |
Memory statistics. More... | |
class | LockedPool |
Pool for locked memory chunks. More... | |
struct | LockedPool::Stats |
Memory statistics. More... | |
class | LockedPool::LockedPageArena |
Create an arena from locked pages. More... | |
class | LockedPoolManager |
Singleton class to keep track of locked (ie, non-swappable) memory, for use in std::allocator templates. More... | |