Check for double free with HEAP_TAG.
authorAdam Green <adamgr@foo.bar>
Tue, 12 Feb 2013 02:50:44 +0000 (18:50 -0800)
committerAdam Green <adamgr@foo.bar>
Tue, 12 Feb 2013 02:50:44 +0000 (18:50 -0800)
commitb3e1627c0137b56fb09d66c1f9dde9415e718db2
treef6283eca11fb5c619edc8d84900c573a0f612ff7
parentae159ef4e36549432204b646116c43320d2503d1
Check for double free with HEAP_TAG.

If you enable HEAP_TAG, now wraps free() calls to make sure it isn't
already freed and debugbreak()'s if it is.
gcc4mbed/build/gcc4mbed.mk
gcc4mbed/src/gcc4mbed.cpp