[Openmcl-cvs-notifications] Commit: ccl/lisp-kernel
gb@clozure.com
gb at clozure.com
Tue Nov 15 02:14:01 MST 2005
Affected files with versions:
memory.c,1.1
-----------------------------------
Details:
Update of /usr/local/tmpcvs/openmcl-dev/ccl/lisp-kernel
In directory clozure.com:/tmp/cvs-serv34344
Added Files:
memory.c
Log Message:
New file: functions related to memory
allocation/zeroing/mapping/protecting/etc. (Most of this came from the
old lisp-exceptions.c, but there are fairly generic memory-handling
functions in other files that could reasonably migrate here.)
Note that stuff having to do with lisp memory allocation (trapping
into the kernel when the current thread's pool is too small, etc.)
involves a lot of platform-dependent trap decoding and probably
doesn't belong in this file.
More information about the Openmcl-cvs-notifications
mailing list