New memory malloc malloc library, based on GNU malloc.
authorFred Fish <fnf@specifix.com>
Sun, 15 Mar 1992 02:16:01 +0000 (02:16 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 15 Mar 1992 02:16:01 +0000 (02:16 +0000)
commit63abb1e790d634cba4162c2997f2ae330d63b703
treee95a308c52d1b1693bc29e74cf3073330edec0a7
parent009898fddb9210e230163940ac173ec681574ccc
New memory malloc malloc library, based on GNU malloc.
15 files changed:
mmalloc/.Sanitize [new file with mode: 0644]
mmalloc/ChangeLog [new file with mode: 0644]
mmalloc/Makefile.in [new file with mode: 0644]
mmalloc/README [new file with mode: 0755]
mmalloc/configure.in [new file with mode: 0644]
mmalloc/detach.c [new file with mode: 0644]
mmalloc/fsf.shar.orig [new file with mode: 0755]
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/mmemalign.c [new file with mode: 0644]
mmalloc/mmstats.c [new file with mode: 0644]
mmalloc/mmtrace.awk [new file with mode: 0644]
mmalloc/mrealloc.c [new file with mode: 0644]
mmalloc/mvalloc.c [new file with mode: 0644]