_nmalloc_thr_destructor
static void _nmalloc_thr_destructor(void *thrp);
pthread_key_create(&thread_malloc_key, _nmalloc_thr_destructor);