Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Arena::Stats Struct Reference

Memory statistics. More...

#include <lockedpool.h>

Public Attributes

size_t used
 
size_t free
 
size_t total
 
size_t chunks_used
 
size_t chunks_free
 

Detailed Description

Memory statistics.

Definition at line 57 of file lockedpool.h.

Member Data Documentation

◆ chunks_free

size_t Arena::Stats::chunks_free

Definition at line 63 of file lockedpool.h.

Referenced by LockedPool::stats().

◆ chunks_used

size_t Arena::Stats::chunks_used

Definition at line 62 of file lockedpool.h.

Referenced by LockedPool::stats().

◆ free

size_t Arena::Stats::free

Definition at line 60 of file lockedpool.h.

Referenced by LockedPool::stats().

◆ total

size_t Arena::Stats::total

Definition at line 61 of file lockedpool.h.

Referenced by LockedPool::stats().

◆ used

size_t Arena::Stats::used

Definition at line 59 of file lockedpool.h.

Referenced by LockedPool::stats().


The documentation for this struct was generated from the following file:
Released under the MIT license