p4raw-id: //depot/win32/perl@328
# define MALLOC_TERM
#endif
++#ifdef MYMALLOC
++# define MALLOC_INIT MUTEX_INIT(&malloc_mutex)
++# define MALLOC_TERM MUTEX_DESTROY(&malloc_mutex)
++#else
++# define MALLOC_INIT
++# define MALLOC_TERM
++#endif
++
/*
* These need prototyping here because <proto.h> isn't
* included until after runops is initialised.