marco e767910cdd * Updated package version to 1.9.0 22 роки тому
..
Makefile 2d6deeaade * regenerated 22 роки тому
Makefile.fpc e767910cdd * Updated package version to 1.9.0 22 роки тому
README a83ac235b9 * splitted to base and extra 23 роки тому
cmem.pp 90a404f44c + LibName for netware 22 роки тому
testcmem.pp 837c59bd09 + fixed log entry 23 роки тому

README

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.