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

Poul-Henning Kamp phk at FreeBSD.org
Sat Feb 21 01:14:39 PST 2004


phk         2004/02/21 01:14:38 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Remove the triplicity in the public functions by vectoring them all
  through a realloc like function.
  
  Make the malloc_active variable a local static to this new function.
  
  Don't warn about recursion more than once per base call.
  
  constify malloc_func.
  
  Revision  Changes    Path
  1.86      +49 -70    src/lib/libc/stdlib/malloc.c


More information about the cvs-all mailing list