mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 19:10:26 +02:00
* swapped the order of the Next and Size fields in TTinyHeapBlock, because that
brings it closer (but still not equal) to the TP7 heap's internal structure git-svn-id: trunk@28391 -
This commit is contained in:
parent
5e280b3131
commit
e8c1a44068
@ -43,8 +43,8 @@
|
||||
type
|
||||
PTinyHeapBlock = ^TTinyHeapBlock;
|
||||
TTinyHeapBlock = record
|
||||
Size: TTinyHeapFreeBlockSize;
|
||||
Next: PTinyHeapBlock;
|
||||
Size: TTinyHeapFreeBlockSize;
|
||||
EndAddr: pointer;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user