mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 10:09:21 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() been allocated. E.g. allocate 100 blocks of 80 bytes and free them all, then the same with blocks of 96, 112, 128, 144, 160 and 176 bytes, after which again 80 bytes -> previously, regardless of the value of MaxKeptOSChunks, the empty block for 80 bytes was reformatted for those of 96 bytes, then for 112 bytes etc. Now, if MaxKeptOSChunks is set to 7, none will ever be reformatted because enough chunks will be allocated from the OS. git-svn-id: trunk@9696 - |
||
---|---|---|
compiler | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |