mmap_everything.git
11 years agoUnmap the pages as we read them.
Matt Mullins [Sat, 21 Sep 2013 17:49:27 +0000 (17:49 +0000)]
Unmap the pages as we read them.

11 years agoRead random memory until something is nonzero.
Matt Mullins [Sat, 21 Sep 2013 17:24:01 +0000 (17:24 +0000)]
Read random memory until something is nonzero.

11 years agoPrint address before dereferencing.
Matt Mullins [Sat, 21 Sep 2013 06:14:47 +0000 (23:14 -0700)]
Print address before dereferencing.

This way, I can tell what address causes it to segfault!

11 years agoRead random memory out of the address space.
Matt Mullins [Sat, 21 Sep 2013 04:37:50 +0000 (21:37 -0700)]
Read random memory out of the address space.

11 years agoPrint the addresses allocated
Matt Mullins [Sat, 21 Sep 2013 04:13:47 +0000 (21:13 -0700)]
Print the addresses allocated

I like looking at /proc/maps to see what this did!

11 years agoMakefiles are great!
Matt Mullins [Sat, 21 Sep 2013 03:54:26 +0000 (20:54 -0700)]
Makefiles are great!

11 years agoKeep a count of how many pages allocated
Matt Mullins [Sat, 21 Sep 2013 03:37:56 +0000 (20:37 -0700)]
Keep a count of how many pages allocated

11 years agoMap all the memory, shrinking block size as necessary
Matt Mullins [Sat, 21 Sep 2013 02:57:32 +0000 (19:57 -0700)]
Map all the memory, shrinking block size as necessary

11 years agoMap as many 100M pages as possible
Matt Mullins [Sat, 21 Sep 2013 02:52:15 +0000 (19:52 -0700)]
Map as many 100M pages as possible

11 years agoInitial commit: maps 100MB
Matt Mullins [Sat, 21 Sep 2013 02:49:19 +0000 (19:49 -0700)]
Initial commit: maps 100MB