jeff 21868731b0 Add a new UMA debugging facility. This will overwrite freed memory with
0xdeadc0de and then check for it just before memory is handed off as part
of a new request.  This will catch any post free/pre alloc modification of
memory, as well as introduce errors for anything that tries to dereference
it as a pointer.

This code takes the form of special init, fini, ctor and dtor routines that
are specificly used by malloc.  It is in a seperate file because additional
debugging aids will want to live here as well.
2002-04-30 07:54:25 +00:00
..
2002-04-29 07:43:16 +00:00
2002-04-29 07:43:16 +00:00
2002-04-29 07:43:16 +00:00
2002-03-20 10:12:07 +00:00
2002-04-29 07:43:16 +00:00
2002-03-19 22:20:14 +00:00
2002-04-01 19:22:04 +00:00