mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 16:31:38 +01: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
|
const
|
||||||
TinyHeapMinBlock = 16;
|
TinyHeapMinBlock = 4*sizeof(pointer);
|
||||||
|
|
||||||
type
|
type
|
||||||
PTinyHeapBlock = ^TTinyHeapBlock;
|
PTinyHeapBlock = ^TTinyHeapBlock;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user