The number of chunks of memory to be kept free as a temporary work space.
A chunk of memory is the amount of memory set by cf.CHUNKSIZE.
Parameters : |
|
---|---|
Returns : |
|
See also
Examples
>>> cf.MINNCFM()
10
>>> old = cf.MINNCFM(20)
>>> cf.MINNCFM(old)
20
>>> f.MINNCFM()
10