Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <memusage.h>
Public Attributes | |
void * | class_type |
Various platforms use different sized counters here. More... | |
size_t | use_count |
size_t | weak_count |
Definition at line 97 of file memusage.h.
void* memusage::stl_shared_counter::class_type |
Various platforms use different sized counters here.
Conservatively assume that they won't be larger than size_t.
Definition at line 102 of file memusage.h.
size_t memusage::stl_shared_counter::use_count |
Definition at line 103 of file memusage.h.
size_t memusage::stl_shared_counter::weak_count |
Definition at line 104 of file memusage.h.