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