Next: objects misc voidp, Up: objects misc [Index]
memory-blockGiven an instance of memory-block, return a pointer object being
the value of its pointer field.
Given an instance of memory-block, return an exact integer being
the value of its size field. Notice that the returned value can
be either a fixnum or a bignum.
Given an instance of memory-block, return the value of the
size field as size_t.
Given an instance of memory-block, return a void * pointer
referencing the first byte of data.
Given an instance of memory-block, return a charp * pointer
referencing the first byte of data.