Date: Sun, 7 Mar 2004 12:41:27 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200403072041.i27KfR29084750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2004/03/07 12:41:27 PST FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Rearrange (centralize) initialization of mallocs internals to always be done before the first call, even if this is a malloc(0) call. PR: 62859 Revision Changes Path 1.87 +13 -19 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403072041.i27KfR29084750>