mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +02:00
* set the TinyHeapMinBlock const relative to the pointer size
git-svn-id: trunk@24521 -
This commit is contained in:
parent
f0ada1ccc5
commit
6695c8578f
@ -14,7 +14,7 @@
|
||||
**********************************************************************}
|
||||
|
||||
const
|
||||
TinyHeapMinBlock = 16;
|
||||
TinyHeapMinBlock = 4*sizeof(pointer);
|
||||
|
||||
type
|
||||
PTinyHeapBlock = ^TTinyHeapBlock;
|
||||
|
Loading…
Reference in New Issue
Block a user