fpc/packages/cmem
2001-10-14 21:43:09 +00:00
..
cmem.pp * added ifdef fpc round @ for procvars 2001-06-07 16:34:41 +00:00
Makefile * regenerated 2001-10-14 21:43:09 +00:00
Makefile.fpc * Makefile fixes 2001-05-03 21:35:04 +00:00
README
testcmem.pp + removed logs 2000-07-13 11:32:24 +00:00

This directory contains a C memory manager unit. 

The purpose of the cmem unit is simply to replace the standard Free Pascal
memory manager by the memory manager of the C library.

This has some drawbacks since the following calls are not supported then:
MemSize
HeapSize
MemAvail
MaxAvail
This is because the C memory manager doesn't provide this functionality.

To use the unit, put it as the *FIRST* unit in the 'uses' clause of
your program. If it is not put first, some units may use the default 
Free Pascal memory manager before the C memory manager is installed,
thus possibly causing conflicts.

Enjoy !

Michael.