an intern-like memory saver

Vladimir Marangozov Vladimir.Marangozov at inrialpes.fr
Sat Apr 15 11:49:58 EDT 2000


sjmachin at lexicon.net wrote:
> 
> I was happy enough with the idea of having an instrumented malloc in my
> own Python (when I get around to compiling it with gcc), but was
> wondering about the possibility of having an instrumented malloc as
> part of the *standard* Python distribution.

Heads up! It's on the way -- Python 1.6 is expected to be user-malloc
friendly, so you'll be able to link your executable with the malloc of
your choice. Actually, this is painful and you have few chances to do
it right if you're not a Python guru.

No default replacement of libc malloc is envisioned for the distribution,
though. At least not yet.

encouraging'ly y'rs
-- 
       Vladimir MARANGOZOV          | Vladimir.Marangozov at inrialpes.fr
http://sirac.inrialpes.fr/~marangoz | tel:(+33-4)76615277 fax:76615252



More information about the Python-list mailing list