From e1e6511cd68b646234dcc8f5f86b25b7ea48a720 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 28 Mar 2019 15:17:34 +0106 Subject: schulung_tools: rename/modify malloc to avoid system() A more complex but cleaner implementation of retrieving/printing the stats has been implemented. The implementation is put into a separate stats.c file so that the main program (malloc.) can be easily reviewed to see what the program is doing. Signed-off-by: John Ogness --- schulung_tools/malloc/README | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 schulung_tools/malloc/README (limited to 'schulung_tools/malloc/README') 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. -- cgit v1.2.3