[New-bugs-announce] [issue13483] Use VirtualAlloc to allocate memory arenas

Antoine Pitrou report at bugs.python.org
Sat Nov 26 14:12:42 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

Similar to issue #11849, this patch proposes to use VirtualAlloc/VirtualFree to allocate the Python allocator's memory arenas (rather than malloc() / free()). It might help release more memory if there is some fragmentation, although I don't know how Microsoft's malloc() works.

----------
components: Interpreter Core, Windows
files: va.patch
keywords: patch
messages: 148399
nosy: brian.curtin, neologix, pitrou, tim.golden
priority: low
severity: normal
status: open
title: Use VirtualAlloc to allocate memory arenas
type: resource usage
versions: Python 3.3
Added file: http://bugs.python.org/file23784/va.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13483>
_______________________________________


More information about the New-bugs-announce mailing list