diff --git a/OOMAnalyser.html b/OOMAnalyser.html
index 3875668..d7a3692 100644
--- a/OOMAnalyser.html
+++ b/OOMAnalyser.html
@@ -609,24 +609,24 @@ function read_and_display_file(file) {
- free (free) |
+ Free pages (free) |
|
- |
+ Free pages |
- free_pcp (free_pcp) |
+ Free per-CPU pages (free_pcp) |
|
- |
+ Free number of pages per CPU |
- free_cma (free_cma) |
+ Free CMA pages (free_cma) |
|
- |
+ Pages reserved but not used by Contiguous Memory Allocator (CMA) |
Total Pagecache |
|
- |
+ Total number of pages in pagecache |
@@ -824,6 +824,7 @@ function read_and_display_file(file) {
Update to Transcrypt 3.7
Line "Killed process" can contain the process UID
Add drag-and-drop support for files
+ Add missing explanations
...