![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Singleton class to keep track of locked (ie, non-swappable) memory pages, for use in std::allocator templates. More...
#include <allocators.h>
Static Public Attributes | |
static LockedPageManager | instance |
Private Member Functions | |
LockedPageManager () | |
Additional Inherited Members | |
![]() | |
LockedPageManagerBase (size_t page_size) | |
void | LockRange (void *p, size_t size) |
void | UnlockRange (void *p, size_t size) |
int | GetLockedPageCount () |
Singleton class to keep track of locked (ie, non-swappable) memory pages, for use in std::allocator templates.
Definition at line 169 of file allocators.h.
|
inlineprivate |
Definition at line 174 of file allocators.h.
|
static |
Definition at line 172 of file allocators.h.