[comp.lang.c++] reentrant new and delete?

dan@dyndata.UUCP (Dan Everhart) (07/12/90)

Has anyone got a reentrant memory allocator running under either
Zortech or Turbo C++?  Are ya willing to share it?  If not, I'll wind
up writing my own, but I thought I would check first.

(I'm hoping for something more elegant than just enveloping malloc()
and free() with CLI and STI!  :-) )