]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/memory/memory-tests.factor
Create basis vocab root
[factor.git] / basis / tools / memory / memory-tests.factor
1 USING: tools.test tools.memory ;
2 IN: tools.memory.tests
3
4 \ room. must-infer
5 [ ] [ room. ] unit-test
6
7 \ heap-stats. must-infer
8 [ ] [ heap-stats. ] unit-test