Changeset 391 for python/trunk/Doc/library/msvcrt.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/msvcrt.rst
r2 r391 153 153 .. function:: heapmin() 154 154 155 Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to 156 the operating system. This only works on Windows NT. On failure, this raises 157 :exc:`IOError`. 158 155 Force the :c:func:`malloc` heap to clean itself up and return unused blocks to 156 the operating system. On failure, this raises :exc:`IOError`.
Note:
See TracChangeset
for help on using the changeset viewer.