|
cds
1.4.0
|
Statistics for large (allocated directly from OS) block. More...
#include <cds/memory/michael/osalloc_stat.h>
Public Member Functions | |
| void | incBytesAllocated (size_t nSize) |
Adds nSize to nBytesAllocated counter. | |
| void | incBytesDeallocated (size_t nSize) |
Adds nSize to nBytesDeallocated counter. | |
| size_t | allocCount () const |
Returns count of alloc and alloc_aligned function call (for large block allocated directly from OS) | |
| size_t | freeCount () const |
Returns count of free and free_aligned function call (for large block allocated directly from OS) | |
| atomic64u_t | allocatedBytes () const |
| Returns current value of nBytesAllocated counter. | |
| atomic64u_t | deallocatedBytes () const |
| Returns current value of nBytesAllocated counter. | |
Statistics for large (allocated directly from OS) block.