Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 1997 06:52:05 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h
Message-ID:  <199709161352.GAA19149@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/09/16 06:52:05 PDT

  Modified files:
    sys/kern             kern_malloc.c 
    sys/sys              malloc.h 
  Log:
  Fixed staticization.  buckets[] was staticized but was still declared
  extern in <sys/malloc.h> and it should not have been staticized for
  the !(KMEMSTATS || DIAGNOSTIC) case.
  
  Fixed the !(KMEMSTATS || DIAGNOSTIC) case.  The MALLOC() and FREE()
  macros are evil, but code generally doesn't allow for this and some code
  involving else clauses did not compile.
  
  Finished staticization.
  
  Revision  Changes    Path
  1.30      +17 -6     src/sys/kern/kern_malloc.c
  1.24      +6 -7      src/sys/sys/malloc.h



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