This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients BreamoreBoy, flub, loewis, neologix, pitrou, sable, tim.peters
Date 2011-04-29.16:16:48
SpamBayes Score 0.0013309559
Marked as misclassified No
Message-id <1304093795.3587.7.camel@localhost.localdomain>
In-reply-to <1304093042.03.0.680855314337.issue3526@psf.upfronthosting.co.za>
Content
> Yes, I was probably not clear:
> When --with-dlmalloc is activated, PyMem_MALLOC/PyMem_Malloc will call
> dlmalloc, PyMem_REALLOC/PyMem_Realloc will call dlrealloc and
> PyMem_FREE/PyMem_Free will call dlfree.
> 
> While calls to malloc/free/realloc will use the platform implementation.

I'm not sure why you would want that. If dlmalloc is clearly superior,
why not use it for all allocations inside the application (not only
Python ones)?
History
Date User Action Args
2011-04-29 16:16:49pitrousetrecipients: + pitrou, tim.peters, loewis, sable, flub, neologix, BreamoreBoy
2011-04-29 16:16:48pitroulinkissue3526 messages
2011-04-29 16:16:48pitroucreate