<div dir="ltr">This seems to be a popular reinvention. There are three different<br>variants in the Android tree, and at least another independent one<br>(intended for Android) on github.<br><br>This is the minimal intersection of them all, which will hopefully<br>still be useful. (It's very close to the system/extras/ Android<br>one, but assumes that the user can just run under nohup(1) rather<br>than needing the tool to daemonize itself.)<br><br>There's not much motivation for the for loop rather than a call to<br>memset(); that was just intended as paranoia against "can something<br>cheat me out of my dirty pages?". This still repeats every 256<br>bytes, though, and I don't have any concrete example of where<br>duplicate page detection or compression kicks in, so although<br>calloc() would not be a suitable replacement, memset() might well<br>be.<br>---<br> toys/pending/memeater.c | 31 +++++++++++++++++++++++++++++++<br> 1 file changed, 31 insertions(+)<br> create mode 100644 toys/pending/memeater.c<br><br></div>