Previous: syslib symbols value, Up: syslib symbols [Index]
The following bindings are related to the symbol table collecting interned symbols.
Return the number of interned symbols.
Write to the current error port a description of the current symbol table status. Example:
vicare> (import (vicare system $symbols))
vicare> ($log-symbol-table-status)
Vicare internal symbol table status:
number of interned symbols: 2962
number of hash table buckets: 4096
vicare>