Date: Mon, 23 Jan 2006 03:19:02 +0000 (UTC) From: Jason Evans <jasone@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: <200601230319.k0N3J2RR006307@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2006-01-23 03:19:02 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: In arena_chunk_reg_alloc(), try to avoid touching the last page in the chunk during initialization, in order to avoid physically backing the page unless data are allocated there. Revision Changes Path 1.102 +24 -7 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601230319.k0N3J2RR006307>