]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/memory/memory.factor
Rename and add sorting words
[factor.git] / basis / tools / memory / memory.factor
index 5678354a73a479ce1077abb3c49d353b840fc56a..23b919d3068ca60d1f7c77a823ea4a220b3b983e 100644 (file)
@@ -87,7 +87,7 @@ PRIVATE>
     [ '[ _ _ heap-stat-step ] each ] 2keep ;
 
 : heap-stats. ( -- )
-    heap-stats dup keys natural-sort standard-table-style [
+    heap-stats dup keys sort standard-table-style [
         [ { "Class" "Bytes" "Instances" } [ write-cell ] each ] with-row
         [
             [