into a single object module. This avoids client programs picking up part of the allocation routines from mmalloc and part from libc, which can lead to undefined behavior. (CFILES): Add mm.c (TARGETOBJS): Define to be either the individual objects or the single combined object. (TARGETLIB): Create the archive using TARGETOBJS. * mm.c: New file that simply #includes the other source C files. |
||
|---|---|---|
| .. | ||
| .Sanitize | ||
| attach.c | ||
| ChangeLog | ||
| configure | ||
| configure.in | ||
| COPYING.LIB | ||
| detach.c | ||
| keys.c | ||
| Makefile.in | ||
| mcalloc.c | ||
| mfree.c | ||
| mm.c | ||
| mmalloc.c | ||
| mmalloc.h | ||
| mmalloc.texi | ||
| mmap-sup.c | ||
| mmcheck.c | ||
| mmemalign.c | ||
| mmprivate.h | ||
| mmstats.c | ||
| mmtrace.awk | ||
| mmtrace.c | ||
| mrealloc.c | ||
| mvalloc.c | ||
| sbrk-sup.c | ||
| TODO | ||