New memory malloc malloc library, based on GNU malloc.
This commit is contained in:
parent
009898fddb
commit
63abb1e790
15 changed files with 3018 additions and 0 deletions
33
mmalloc/configure.in
Normal file
33
mmalloc/configure.in
Normal file
|
@ -0,0 +1,33 @@
|
|||
# This file is a shell script that supplies the information necessary
|
||||
# to tailor a template configure script into the configure script
|
||||
# appropriate for this directory. For more information, check any
|
||||
# existing configure script.
|
||||
|
||||
srctrigger=mmalloc.c
|
||||
srcname="mmalloc library"
|
||||
configdirs=""
|
||||
|
||||
# per-host:
|
||||
|
||||
case "${host_os}" in
|
||||
|
||||
sysv4)
|
||||
host_makefile_frag=config/mh-sysv4
|
||||
;;
|
||||
|
||||
sunos4*)
|
||||
host_makefile_frag=config/mh-sunos4
|
||||
;;
|
||||
|
||||
*)
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
# per-target:
|
||||
|
||||
#
|
||||
# Local Variables:
|
||||
# fill-column: 131
|
||||
# End:
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue