]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/heap.hpp
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / vm / heap.hpp
index bc8851bab1e6d78b1326843f3eb502cf97f1d0ba..a3c057138b8a1f4ce66997fc3ea7dda7a83bd0ea 100644 (file)
@@ -1,8 +1,8 @@
 namespace factor
 {
 
-static const cell free_list_count = 16;
-static const cell block_size_increment = 32;
+static const cell free_list_count = 32;
+static const cell block_size_increment = 16;
 
 struct heap_free_list {
        free_heap_block *small_blocks[free_list_count];