old-cross-binutils/mmalloc
Fred Fish 7f12eb53ca * detach.c (mmalloc_detach): Fix bug in computation of negative
brk value.
	* mmcheck.c (mmcheckf): Renamed from mmcheck and new FORCE argument
	added.  Replaced hack that always allowed checking routines to be
 	installed and enforce restriction that they have to be installed
	prior to allocating any memory on the used heap or the FORCE argument
	has to be non-NULL.
	(mmcheck): New function that calls mmcheckf with FORCE set to zero,
	for backwards compatibility.
	* mmalloc.c (malloc): Store result in local variable before
	returning it.  Makes debugging much easier at negligible cost.
	* mmalloc.h (mmcheckf): Declare.
	* attach.c (reuse): Call mmcheckf rather than mmcheck.
	* mmap-sup.c (__mmalloc_mmap_morecore): Improve to allow mmap
	to select a base mapping address if none is otherwise given.
	(mmalloc_findbase): New function that user can call to find
	an available mapping address of a given size.
1996-07-11 07:36:27 +00:00
..
.Sanitize * Makefile.in, configure.in: Converted to use autoconf. 1995-05-04 00:21:18 +00:00
attach.c * mmalloc.h (struct mdesc): Add FIXME comments to point out the 1992-06-30 23:45:42 +00:00
ChangeLog * detach.c (mmalloc_detach): Fix bug in computation of negative 1996-07-11 07:36:27 +00:00
configure * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. 1995-11-05 08:28:20 +00:00
configure.in * configure.in: AC_CHECK_HEADERS, not AC_CHECK_HEADER. 1995-11-05 08:28:20 +00:00
COPYING.LIB * COPYING.LIB: New file (standard version 2 LGPL, as already cited 1993-11-17 04:35:46 +00:00
detach.c
keys.c
Makefile.in * Makefile.in (TAGS): make work when srcdir != objdir. 1993-07-16 22:28:12 +00:00
mcalloc.c
mfree.c
mmalloc.c Add kludge to work around broken <stdlib.h> in gcc installation on Suns. 1992-04-01 19:49:00 +00:00
mmalloc.h * detach.c (mmalloc_detach): Fix bug in computation of negative 1996-07-11 07:36:27 +00:00
mmalloc.texi Converted from Fred's original README; no changes in substance. 1992-04-07 23:35:43 +00:00
mmap-sup.c * detach.c (mmalloc_detach): Fix bug in computation of negative 1996-07-11 07:36:27 +00:00
mmcheck.c Document requirements for calling mmcheck to install corruption checking 1992-03-27 01:11:08 +00:00
mmemalign.c
mmprivate.h * configure.in: add AC_HEADER_STDC check. 1995-11-05 03:12:15 +00:00
mmstats.c
mmtrace.awk
mmtrace.c * mmtrace.c: Lint. 1992-06-29 23:38:26 +00:00
mrealloc.c
mvalloc.c
sbrk-sup.c * TODO: New file. 1992-04-17 03:01:54 +00:00
TODO * TODO: New file. 1992-04-17 03:01:54 +00:00