Python Library Reference
Previous:
22.1.2 Console I/O
Up:
22.1 msvcrt - Useful
Next:
22.2 _winreg - Windows
22.1.3 Other Functions
heapmin
(
)
Force the
malloc()
heap to clean itself up and return unused blocks to the operating system. This only works on Windows NT. On failure, this raises
IOError
.
Python Library Reference
Previous:
22.1.2 Console I/O
Up:
22.1 msvcrt - Useful
Next:
22.2 _winreg - Windows
Release 2.3, documentation updated on July 29, 2003.
See
About this document...
for information on suggesting changes.