[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

memory usage



Is there any way to know the number of memory bytes allocated to a
symbol in MCL?  

For example, how many bytes are allocated to x in (setq x '(a b 3))?

Sheldon