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

Jason Evans jasone at FreeBSD.org
Thu Jan 19 10:37:31 PST 2006


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


More information about the cvs-src mailing list