Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
LockedPool::Stats Struct Reference

Memory statistics. More...

#include <lockedpool.h>

Public Attributes

size_t used
 
size_t free
 
size_t total
 
size_t locked
 
size_t chunks_used
 
size_t chunks_free
 

Detailed Description

Memory statistics.

Definition at line 145 of file lockedpool.h.

Member Data Documentation

◆ chunks_free

size_t LockedPool::Stats::chunks_free

Definition at line 152 of file lockedpool.h.

◆ chunks_used

size_t LockedPool::Stats::chunks_used

Definition at line 151 of file lockedpool.h.

◆ free

size_t LockedPool::Stats::free

Definition at line 148 of file lockedpool.h.

◆ locked

size_t LockedPool::Stats::locked

Definition at line 150 of file lockedpool.h.

◆ total

size_t LockedPool::Stats::total

Definition at line 149 of file lockedpool.h.

◆ used

size_t LockedPool::Stats::used

Definition at line 147 of file lockedpool.h.


The documentation for this struct was generated from the following file: