[fpc-pascal] Using FPC MM in a C program

Michael Van Canneyt michael at freepascal.org
Wed Dec 31 12:09:21 CET 2008



On Wed, 31 Dec 2008, leledumbo wrote:

> 
> Since it's possible to use libc's MM via cmem unit, would the opposite be
> possible?

>From the point of view of FPC, there should not be a big problem.
The C library, this is another matter. I am not sure that it
supports plugging in a memory manager.

There are many libraries which require you to provide memory managing routines.
But as far as I know, this is all done using some macros.

Michael.



More information about the fpc-pascal mailing list