cvs commit: src/lib/libc/stdlib malloc.c

[ Available lists | Index of cvs-all | Month of Jan 2006 | Week of 19 Jan 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Jason Evans <jasone@FreeBSD.org>
Date
19 Jan 2006 18:37:31
Subject
cvs commit: src/lib/libc/stdlib malloc.c
Message-ID
200601191837.k0JIbUbh084650@repoman.freebsd.org


[ Hide this part ]
jasone      2006-01-19 18:37:30 UTC

FreeBSD src repository

Modified files:
lib/libc/stdlib malloc.c
Log:
Remove loops in arena_coalesce(). They are no longer necessary, now that
internal allocation does not rely on recursive arena use (base_arena was
removed in revision 1.95).

Revision Changes Path
1.98 +5 -4 src/lib/libc/stdlib/malloc.c


Elapsed time: 0.040 seconds