[MEDIUM] Added easier support for Doug Lea's malloc (dlmalloc)
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Jul 2007 07:19:31 +0000 (09:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Jul 2007 07:19:31 +0000 (09:19 +0200)
commitf2ef8c50b92c3dbc6d9c0136630e2b729d932a19
tree568b40d62c8b58a7ca5d4789bcf5c7f820a37745
parentb21152be7a4b227df7fe722073d501c3891f7733
[MEDIUM] Added easier support for Doug Lea's malloc (dlmalloc)

It's now as easy as passing "DLMALLOC_SRC=<path_to_dlmalloc.c>" to
build with support for dlmalloc. The dlmalloc source is not provided
with haproxy in order to ensure that people will use either the most
recent, or the most suited version for their platform. The minimal
mmap size is specified in DLMALLOC_THRES, which defaults to 4096. It
should be increased on platforms with larger pages (eg: 8 kB on some
64 bit systems).
Makefile
Makefile.bsd
Makefile.osx