_MALLOC_REINIT
# define _MALLOC_REINIT() if (__isthreaded) mutex_init(&thread_lock, NULL);
# define _MALLOC_REINIT()
#define _MALLOC_REINIT()
# define _MALLOC_REINIT() if (__isthreaded) thread_lock = (spinlock_t)_SPINLOCK_INITIALIZER;