A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
RefCountMacros.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHAR_PTR(c)   ((char*)c)
 
#define REF_COUNT_PREAMBLE_SIZE   (sizeof(unsigned))
 
#define NUM_COPIES   (*((unsigned*)this))
 

Macro Definition Documentation

#define CHAR_PTR (   c)    ((char*)c)

Definition at line 20 of file RefCountMacros.h.

#define NUM_COPIES   (*((unsigned*)this))

Definition at line 26 of file RefCountMacros.h.

#define REF_COUNT_PREAMBLE_SIZE   (sizeof(unsigned))

Definition at line 23 of file RefCountMacros.h.