From d9f2eacbc5b3fccf63b24944ce9a30d762baea3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 3 Mar 2021 19:48:30 +0100 Subject: Linux: individually show shared memory Shmem: Total memory used by shared memory (shmem) and tmpfs Source: https://www.kernel.org/doc/Documentation/filesystems/proc.txt Closes: #556 --- CRT.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 91c2b89d..652649e1 100644 --- a/CRT.h +++ b/CRT.h @@ -92,6 +92,7 @@ typedef enum ColorElements_ { MEMORY_BUFFERS, MEMORY_BUFFERS_TEXT, MEMORY_CACHE, + MEMORY_SHARED, HUGEPAGE_1, HUGEPAGE_2, HUGEPAGE_3, -- cgit v1.2.3