>>477
あるけど、処理系依存だと思う。常用してる処理系だと、

> (ccl:object-direct-size "abc")
16
> (defstruct foo x y z)
foo
> (ccl:object-direct-size (make-foo))
24

みたいにできる。