mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 16:39:24 +01:00 
			
		
		
		
	* fix performance regression in binary-trees benchmark
git-svn-id: trunk@7207 -
This commit is contained in:
		
							parent
							
								
									41962b8bfb
								
							
						
					
					
						commit
						63c49a1555
					
				@ -62,7 +62,7 @@ procedure SetMemoryMutexManager(var MutexMgr: TMemoryMutexManager);
 | 
			
		||||
 | 
			
		||||
{ Variables }
 | 
			
		||||
const
 | 
			
		||||
  MaxKeptOSChunks: DWord = 3; { if more than MaxKeptOSChunks are free, the heap manager will release
 | 
			
		||||
  MaxKeptOSChunks: DWord = 4; { if more than MaxKeptOSChunks are free, the heap manager will release
 | 
			
		||||
                              chunks back to the OS }
 | 
			
		||||
  growheapsizesmall : ptrint=32*1024; { fixed-size small blocks will grow with 32k }
 | 
			
		||||
  growheapsize1 : ptrint=256*1024;  { < 256k will grow with 256k }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user