<p>I need this because the decompression routine I'm emulating isn't entirely standalone: it calls malloc() at the beginning and free() at the end</p><p>so I'm replacing malloc() with a static value and free() with a return value no one will check</p>