mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:02:45 +00:00 
			
		
		
		
	Kernel+SystemMonitor: Expose amount of per-process clean inode memory
This is memory that's loaded from an inode (file) but not modified in memory, so still identical to what's on disk. This kind of memory can be freed and reloaded transparently from disk if needed.
This commit is contained in:
		
							parent
							
								
									0d5e0e4cad
								
							
						
					
					
						commit
						c74cde918a
					
				
					 9 changed files with 42 additions and 0 deletions
				
			
		|  | @ -40,6 +40,7 @@ struct CProcessStatistics { | |||
|     size_t amount_resident; | ||||
|     size_t amount_shared; | ||||
|     size_t amount_dirty_private; | ||||
|     size_t amount_clean_inode; | ||||
|     size_t amount_purgeable_volatile; | ||||
|     size_t amount_purgeable_nonvolatile; | ||||
|     int icon_id; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling