summaryrefslogtreecommitdiff
path: root/schulung_tools/malloc/README
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/malloc/README')
-rw-r--r--schulung_tools/malloc/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/schulung_tools/malloc/README b/schulung_tools/malloc/README
deleted file mode 100644
index 77b18cd..0000000
--- a/schulung_tools/malloc/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This program demonstrates that a processes is not actually assigned memory
-until it page-faults on the pages.
-
-WARNING: This program might fill your RAM and cause the Linux OOM Killer to
- be invoked.