Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 01:14:38 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib malloc.c
Message-ID:  <200402210914.i1L9EcuC024762@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402210914.i1L9EcuC024762>