Next: built-in reader-annotation, Previous: built-in utsname, Up: built-in [Contents][Index]
Type of objects representing memory blocks.
<memory-block>: <memory-block> type-constructor pointer sizeThe type constructor is make-memory-block.
<memory-block>: <boolean> type-predicate objThe type predicate is memory-block?.
<memory-block>: <boolean> equality-predicate this {mb <memory-block>}The equality predicate is memory-block=?.
<memory-block>: <non-negative-fixnum> hash-function thisThe hash function is struct-hash.
<memory-block>: <pointer> pointer thisApply memory-block-pointer to the instance and return its return value.
<memory-block>: <non-negative-exact-integer> size thisApply memory-block-size to the instance and return its return value.
<memory-block>: <void> reset thisApply memory-block-reset to the instance.