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

Poul-Henning Kamp phk at FreeBSD.org
Sun Mar 7 12:41:27 PST 2004


phk         2004/03/07 12:41:27 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Rearrange (centralize) initialization of mallocs internals to always be
  done before the first call, even if this is a malloc(0) call.
  
  PR:     62859
  
  Revision  Changes    Path
  1.87      +13 -19    src/lib/libc/stdlib/malloc.c


More information about the cvs-src mailing list