_MALLOC_LOCK
# define _MALLOC_LOCK() if (__isthreaded) mutex_lock(&thread_lock);
# define _MALLOC_LOCK()
#define _MALLOC_LOCK()
# define _MALLOC_LOCK() if (__isthreaded) _SPINLOCK(&thread_lock);