ecere/com/memory manager: MemoryGuard fixes
authorJerome St-Louis <jerome@ecere.com>
Sat, 16 Mar 2013 20:50:53 +0000 (16:50 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 16 Mar 2013 20:50:53 +0000 (16:50 -0400)
commit9e3d9b981ca9a9799bcb172038c905c4b55c580d
tree47e114eeaed005706443c648ee0df55c0b20da2f
parent960a09015c015fb7763c4f810b76e4a61cfe7963
ecere/com/memory manager: MemoryGuard fixes
- Handle n*size for calloc (even though it is unused)
- Using 0xAB instead of 0xEC for overruns/underruns to distinguish from freed memory
- Prevent failed allocation to be offset by REDZONE (return null properly)
ecere/src/com/instance.ec