2 USING: libc libc.private tools.test namespaces assocs
\r
5 100 malloc "block" set
\r
7 [ t ] [ "block" get mallocs key? ] unit-test
\r
9 [ ] [ [ "block" get &free drop ] with-destructors ] unit-test
\r
11 [ f ] [ "block" get mallocs key? ] unit-test
\r