diff options
Diffstat (limited to 'schulung_tools/malloc/README.txt')
| -rw-r--r-- | schulung_tools/malloc/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schulung_tools/malloc/README.txt b/schulung_tools/malloc/README.txt new file mode 100644 index 0000000..d496b5e --- /dev/null +++ b/schulung_tools/malloc/README.txt @@ -0,0 +1,5 @@ +This program demonstrates that a process 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. |
