Date: Thu, 19 Dec 2002 15:23:20 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand zalloc.c Message-ID: <200212192323.gBJNNK2g021737@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/12/19 15:23:20 PST
Modified files:
lib/libstand zalloc.c
Log:
The zalloc pool's size calculation breaks if sbrk() does not return
contiguous chunks of memory. It happens to do so in the bootstrap
code, but not necessarily in other places.
MFC after: 7 days
Revision Changes Path
1.7 +3 -3 src/lib/libstand/zalloc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212192323.gBJNNK2g021737>
