Functions | |
static void | deleteThatHeap (void *p) |
static void | make_heap_key (void) |
static void | initTSD (void) __attribute__((constructor)) |
static TheCustomHeapType * | initializeCustomHeap (void) |
TheCustomHeapType * | getCustomHeap (void) |
Variables | |
static pthread_key_t | theHeapKey |
static pthread_once_t | key_once = PTHREAD_ONCE_INIT |
static void deleteThatHeap | ( | void * | p | ) | [static] |
TheCustomHeapType* getCustomHeap | ( | void | ) | [inline] |
static TheCustomHeapType* initializeCustomHeap | ( | void | ) | [static] |
static void initTSD | ( | void | ) | [static] |
static void make_heap_key | ( | void | ) | [static] |
pthread_once_t key_once = PTHREAD_ONCE_INIT [static] |
pthread_key_t theHeapKey [static] |