From: Jules Grosse
Subject: Acessing exterior memory CMUCL
Date: 
Message-ID: <8d844ffa.0301100822.4e7c1752@posting.google.com>
Let's say I have a pool of memory full of integer numbers preallocated
on via a C function on CMUCL.  This is a static array in C, and can be
accessed via a simple calculation on that language: a[n] =
inicial-position + n * size-of-object.

How can I recreate this on CMUCL?  Pointers to relevant documentation
with concise examples would be greatly appreciated.