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).