cds  1.4.0
Public Member Functions
cds::memory::michael::os_allocated_atomic Struct Reference

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.
 

Detailed Description

Statistics for large (allocated directly from OS) block.


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

cds 1.4.0 Developed by Maxim Khiszinsky aka khizmax 2007 - 2012
Autogenerated Mon May 20 2013 00:38:01 by Doxygen 1.8.3.1