Преглед изворни кода

* set the TinyHeapMinBlock const relative to the pointer size

git-svn-id: trunk@24521 -
nickysn пре 12 година
родитељ
комит
6695c8578f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/inc/tinyheap.inc

+ 1 - 1
rtl/inc/tinyheap.inc

@@ -14,7 +14,7 @@
  **********************************************************************}
 
     const
-      TinyHeapMinBlock = 16;
+      TinyHeapMinBlock = 4*sizeof(pointer);
 
     type
       PTinyHeapBlock = ^TTinyHeapBlock;