cvs commit: src/lib/libmemstat memstat.c memstat_internal.h memstat_malloc.c memstat_uma.c

Robert Watson rwatson at FreeBSD.org
Sat Jul 23 21:17:16 GMT 2005


rwatson     2005-07-23 21:17:15 UTC

  FreeBSD src repository

  Modified files:
    lib/libmemstat       memstat.c memstat_internal.h 
                         memstat_malloc.c memstat_uma.c 
  Log:
  Prefix two non-static libmemstat(3) internal functions with '_' symbols, to
  try and discourage use outside the library.
  
  Remove duplicate declaration of memstat_mtl_free() from memstat_internal.h,
  as it's not internal, and the memstat.h definition suffices.
  
  Revision  Changes    Path
  1.3       +6 -2      src/lib/libmemstat/memstat.c
  1.4       +2 -3      src/lib/libmemstat/memstat_internal.h
  1.3       +2 -7      src/lib/libmemstat/memstat_malloc.c
  1.6       +2 -7      src/lib/libmemstat/memstat_uma.c


More information about the cvs-src mailing list