MSC: unsigned _freect( size_t size )



	- prototype in malloc.h

	- size = size of allocation in bytes
	- returns the count of calls to an allocation function a program
	  can make before failing
	- test is made in default data segment only