mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	UserspaceEmulator: Remove debug spam about tracked malloc blocks
This commit is contained in:
		
							parent
							
								
									0e18c7ffda
								
							
						
					
					
						commit
						ced8dfa037
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -95,8 +95,6 @@ void MallocTracer::target_did_malloc(Badge<Emulator>, FlatPtr address, size_t si | |||
| 
 | ||||
|         // Mark the containing mmap region as a malloc block!
 | ||||
|         mmap_region.set_malloc(true); | ||||
| 
 | ||||
|         dbgln("Tracking malloc block @ {:p} with chunk_size={}, chunk_count={}", malloc_data.address, malloc_data.chunk_size, malloc_data.mallocations.size()); | ||||
|     } | ||||
|     auto* mallocation = mmap_region.malloc_metadata()->mallocation_for_address(address); | ||||
|     VERIFY(mallocation); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling