mempush
mempush is a C program which will rapidly allocate your computer memory for no apparent reason.
Installation
Compile with:
gcc -Wall -ansi mempush.c -o mempush
Usage
./mempush [size]
Where size is how many bytes to allocate for each iteration.





