Fabcoin Core
0.16.2
P2P Digital Currency
|
Create an arena from locked pages. More...
Public Member Functions | |
LockedPageArena (LockedPageAllocator *alloc_in, void *base_in, size_t size, size_t align) | |
~LockedPageArena () | |
Public Member Functions inherited from Arena | |
Arena (void *base, size_t size, size_t alignment) | |
virtual | ~Arena () |
void * | alloc (size_t size) |
Allocate size bytes from this arena. More... | |
void | free (void *ptr) |
Free a previously allocated chunk of memory. More... | |
Stats | stats () const |
Get arena usage statistics. More... | |
bool | addressInArena (void *ptr) const |
Return whether a pointer points inside this arena. More... | |
Private Attributes | |
void * | base |
size_t | size |
LockedPageAllocator * | allocator |
Create an arena from locked pages.
Definition at line 177 of file lockedpool.h.
LockedPool::LockedPageArena::LockedPageArena | ( | LockedPageAllocator * | alloc_in, |
void * | base_in, | ||
size_t | size, | ||
size_t | align | ||
) |
Definition at line 348 of file lockedpool.cpp.
LockedPool::LockedPageArena::~LockedPageArena | ( | ) |
|
private |
Definition at line 185 of file lockedpool.h.
|
private |
Definition at line 183 of file lockedpool.h.
|
private |
Definition at line 184 of file lockedpool.h.