_MALLOC_UNLOCK
# define _MALLOC_UNLOCK() if (__isthreaded) mutex_unlock(&thread_lock);
# define _MALLOC_UNLOCK()
#define _MALLOC_UNLOCK()
# define _MALLOC_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock);