Date: Thu, 26 Jan 2006 05:51:26 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.c Message-ID: <200601260551.k0Q5pQMG031689@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2006-01-26 05:51:26 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Plug a leak in the newer contigmalloc() implementation. Specifically, if a multipage allocation was aborted midway, the pages that were already allocated were not always returned to the free list. Submitted by: tegge Revision Changes Path 1.47 +5 -10 src/sys/vm/vm_contig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601260551.k0Q5pQMG031689>