Disable scanning for interior pointers
This may remove the "Repeated allocation of very large block" warnings.
This commit is contained in:
		
							parent
							
								
									726f7f7fc9
								
							
						
					
					
						commit
						b005e63ccf
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -199,6 +199,8 @@ void initGC() | ||||||
| 
 | 
 | ||||||
| #if HAVE_BOEHMGC | #if HAVE_BOEHMGC | ||||||
|     /* Initialise the Boehm garbage collector. */ |     /* Initialise the Boehm garbage collector. */ | ||||||
|  |     GC_set_all_interior_pointers(0); | ||||||
|  | 
 | ||||||
|     GC_INIT(); |     GC_INIT(); | ||||||
| 
 | 
 | ||||||
|     GC_oom_fn = oomHandler; |     GC_oom_fn = oomHandler; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue