# Silly-Malloc Randomly allocate less memory than wanted ## Usage ```bash gcc -fPIC -shared teehee.c -o teehee.so gcc meow.c -o meow LD_PRELOAD=./teehee.so ./meow ```