]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove loops in arena_coalesce(). They are no longer necessary, now that
authorJason Evans <jasone@FreeBSD.org>
Thu, 19 Jan 2006 18:37:30 +0000 (18:37 +0000)
committerJason Evans <jasone@FreeBSD.org>
Thu, 19 Jan 2006 18:37:30 +0000 (18:37 +0000)
commita3bb22bc8e6ffaabf85eb590eed1d049dc23482c
treee98ec63db8e8e270780b9f21da05eaf9dc434f63
parent5f9cc6261de9cdb1a570b632a2a85a5a9e97fee7
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).
lib/libc/stdlib/malloc.c