* set the TinyHeapMinBlock const relative to the pointer size

git-svn-id: trunk@24521 -
This commit is contained in:
nickysn 2013-05-16 22:17:05 +00:00
parent f0ada1ccc5
commit 6695c8578f

View File

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