mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +00:00 
			
		
		
		
	ProcessManager+top: Rename "linear" size to "virtual" size.
I originally called it "linear" because that's how the Intel manual names virtual addresses in many cases. I'm ready to accept that most people know this as "virtual" so let's just call it that.
This commit is contained in:
		
							parent
							
								
									54448b5d24
								
							
						
					
					
						commit
						0ed89440f1
					
				
					 5 changed files with 27 additions and 27 deletions
				
			
		|  | @ -20,7 +20,7 @@ public: | |||
|         Priority, | ||||
|         User, | ||||
|         PID, | ||||
|         Linear, | ||||
|         Virtual, | ||||
|         Physical, | ||||
|         Syscalls, | ||||
|         __Count | ||||
|  | @ -48,8 +48,8 @@ private: | |||
|         String state; | ||||
|         String user; | ||||
|         String priority; | ||||
|         size_t linear; | ||||
|         size_t physical; | ||||
|         size_t virtual_size; | ||||
|         size_t physical_size; | ||||
|         unsigned syscalls; | ||||
|         float cpu_percent; | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling