[comp.lang.c++] Help wanted overiding new operator

slewis@aerospace.aero.org (08/09/90)

    I am trying to override the new operator to substitute
my own memory allocation scheme which will guarantee that the
memory returned is zeroed and log the memory use.
   Does anyone have some code which demonstrates how new may
be overridden for all classes.