The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe eb83213f10 * Only start recycling oschunks once MaxKeptOSChunks chuncks have
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 -
2008-01-09 20:39:59 +00:00
compiler * perform double->single-conversion-before-storing workaround for 2008-01-08 22:00:37 +00:00
fv * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
ide * fixed undo for delstart/delend 2007-12-15 11:24:11 +00:00
installer * let installer know package CHM 2007-11-11 21:52:49 +00:00
packages * fixed unified win32/win64 check 2008-01-09 00:09:54 +00:00
rtl * Only start recycling oschunks once MaxKeptOSChunks chuncks have 2008-01-09 20:39:59 +00:00
tests - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
utils * regenerated 2008-01-08 23:44:55 +00:00
.gitattributes - deleted since it has been renamed to n_body 2008-01-09 00:14:30 +00:00
.gitignore * no longer used control files. Real units have been moved with history ( I hope ) 2008-01-05 20:55:27 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00