Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
lockedpool.h File Reference
#include <stdint.h>
#include <list>
#include <map>
#include <mutex>
#include <memory>
Include dependency graph for lockedpool.h:
This graph shows which files directly or indirectly include this file:
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... | |