Re: Question about malloc, mmap etc.

2003-07-24 Thread Robert Swindells
[CMUCL changes snipped] >The segments my program creates are at 0x1000, 0x28f0 and >0x4800 if that makes a difference. >Anyway my question is whether anyone knows why this might be happening >or if someone can point me in the right direction to find out. What does the memory map of

Question about malloc, mmap etc.

2003-07-23 Thread Fred Gilham
I'm trying to do a little system hacking on CMU Lisp. Currently CMU Lisp has a minimum of two files needed to execute. One is a program usually called "lisp" that the OS runs, which basically a loader for the other file, a lisp.core file that contains the actual lisp system. People have been as