Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!dali.cs.montana.edu!milton!uw-beaver!fluke!dyndata!dan From: dan@dyndata.UUCP (Dan Everhart) Newsgroups: comp.lang.c++ Subject: reentrant new and delete? Message-ID: <689@dyndata.UUCP> Date: 12 Jul 90 05:16:27 GMT Reply-To: dan@dyndata.uucp Organization: Dynamic Data & Electronics, Edmonds WA Lines: 6 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! :-) )