]> granicus.if.org Git - python/commit
Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Feb 2000 11:07:37 +0000 (11:07 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Feb 2000 11:07:37 +0000 (11:07 +0000)
commit957d07a159b2ec68a1aec9ad8cb1ffbd3c43ba63
tree6b7c28cfb295aa8a014433c90ac6fa5fc190d0ad
parent42b9bc7a7df72a3f54f6d0419aa9ec864031acac
Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings.
Mac/Modules/macosmodule.c