Previous: , Up: syslib symbols   [Index]


12.2.7 The symbol table

The following bindings are related to the symbol table collecting interned symbols.

Function: $symbol-table-size

Return the number of interned symbols.

Function: $log-symbol-table-status

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>