Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Static Public Attributes | Private Member Functions | List of all members
LockedPageManager Class Reference

Singleton class to keep track of locked (ie, non-swappable) memory pages, for use in std::allocator templates. More...

#include <allocators.h>

Inheritance diagram for LockedPageManager:
Inheritance graph
[legend]
Collaboration diagram for LockedPageManager:
Collaboration graph
[legend]

Static Public Attributes

static LockedPageManager instance
 

Private Member Functions

 LockedPageManager ()
 

Additional Inherited Members

- Public Member Functions inherited from LockedPageManagerBase< MemoryPageLocker >
 LockedPageManagerBase (size_t page_size)
 
void LockRange (void *p, size_t size)
 
void UnlockRange (void *p, size_t size)
 
int GetLockedPageCount ()
 

Detailed Description

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.

Constructor & Destructor Documentation

LockedPageManager::LockedPageManager ( )
inlineprivate

Definition at line 174 of file allocators.h.

Member Data Documentation

LockedPageManager LockedPageManager::instance
static

Definition at line 172 of file allocators.h.


The documentation for this class was generated from the following files: