changelog
rewrite memory access routines
- Thu, 02 Dec 2010 19:30:46 +0000
- by Philip Pemberton <philpem@philpem.me.uk> [Thu, 02 Dec 2010 19:30:46 +0000] rev 34
- rewrite memory access routines
Fix mallocing issue with ram array
- Thu, 02 Dec 2010 17:12:28 +0000
- by Philip Pemberton <philpem@philpem.me.uk> [Thu, 02 Dec 2010 17:12:28 +0000] rev 33
- Fix mallocing issue with ram array
RAM storage array was not being correctly allocated at startup. This caused memory access issues... Spotted with Valgrind, fixed.