Functions | |
static TheCustomHeapType * | initializeCustomHeap (void) |
TheCustomHeapType * | getCustomHeap (void) |
Variables | |
static __thread double | tlabBuffer [sizeof(TheCustomHeapType)/sizeof(double)+1] |
static __thread TheCustomHeapType * | theTLAB = NULL |
TheCustomHeapType* getCustomHeap | ( | void | ) | [inline] |
static TheCustomHeapType* initializeCustomHeap | ( | void | ) | [static] |
__thread TheCustomHeapType* theTLAB = NULL [static] |
__thread double tlabBuffer[sizeof(TheCustomHeapType)/sizeof(double)+1] [static] |