Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
LockedPool Member List
This is the complete list of members for LockedPool, including all inherited members.
alloc(size_t size) | LockedPool | |
allocator | LockedPool | private |
ARENA_ALIGN | LockedPool | static |
ARENA_SIZE | LockedPool | static |
arenas | LockedPool | private |
cumulative_bytes_locked | LockedPool | private |
free(void *ptr) | LockedPool | |
lf_cb | LockedPool | private |
LockedPool(std::unique_ptr< LockedPageAllocator > allocator, LockingFailed_Callback lf_cb_in=nullptr) | LockedPool | explicit |
LockedPool(const LockedPool &other)=delete | LockedPool | |
LockingFailed_Callback typedef | LockedPool | |
mutex | LockedPool | mutableprivate |
new_arena(size_t size, size_t align) | LockedPool | private |
operator=(const LockedPool &)=delete | LockedPool | |
stats() const | LockedPool | |
~LockedPool() | LockedPool |