A tale of two C's.

Doug Gwyn gwyn at brl-smoke.ARPA
Tue May 3 23:56:07 AEST 1988


In article <488 at sas.UUCP> bts at sas.UUCP (Brian T. Schellenberger) writes:
>Second of all, if you don't like the normal memory allocation routines, you
>can write and use your own quite portably.

The only safe way to do this is to make your private memory allocator
obtain heap space from the standard C library allocator (malloc).



More information about the Comp.lang.c mailing list