mmalloc from last version to be included in gdb.
authorrich <rich>
Wed, 27 Sep 2006 14:44:08 +0000 (14:44 +0000)
committerrich <rich>
Wed, 27 Sep 2006 14:44:08 +0000 (14:44 +0000)
commitd70485fb7a2776fbfeccdabc568aa98ab3a80225
treec3b74aae4e286bcfe0614fac938a7fdc8a04158c
parent70ed84c05dfe890425592cc207f7a866f0afb04e
mmalloc from last version to be included in gdb.
28 files changed:
mmalloc/.cvsignore [new file with mode: 0644]
mmalloc/COPYING.LIB [new file with mode: 0644]
mmalloc/ChangeLog [new file with mode: 0644]
mmalloc/MAINTAINERS [new file with mode: 0644]
mmalloc/Makefile.in [new file with mode: 0644]
mmalloc/TODO [new file with mode: 0644]
mmalloc/ansidecl.h [new file with mode: 0644]
mmalloc/attach.c [new file with mode: 0644]
mmalloc/configure [new file with mode: 0755]
mmalloc/configure.in [new file with mode: 0644]
mmalloc/detach.c [new file with mode: 0644]
mmalloc/keys.c [new file with mode: 0644]
mmalloc/mcalloc.c [new file with mode: 0644]
mmalloc/mfree.c [new file with mode: 0644]
mmalloc/mm.c [new file with mode: 0644]
mmalloc/mmalloc.c [new file with mode: 0644]
mmalloc/mmalloc.h [new file with mode: 0644]
mmalloc/mmalloc.texi [new file with mode: 0644]
mmalloc/mmap-sup.c [new file with mode: 0644]
mmalloc/mmcheck.c [new file with mode: 0644]
mmalloc/mmemalign.c [new file with mode: 0644]
mmalloc/mmprivate.h [new file with mode: 0644]
mmalloc/mmstats.c [new file with mode: 0644]
mmalloc/mmtrace.awk [new file with mode: 0644]
mmalloc/mmtrace.c [new file with mode: 0644]
mmalloc/mrealloc.c [new file with mode: 0644]
mmalloc/mvalloc.c [new file with mode: 0644]
mmalloc/sbrk-sup.c [new file with mode: 0644]