cvs commit: src/sys/vm vm_contig.c
Alan Cox
alc at FreeBSD.org
Wed Jan 25 21:51:27 PST 2006
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
More information about the cvs-src
mailing list