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