cvs commit: src/sys/kern kern_malloc.c

Poul-Henning Kamp phk at FreeBSD.org
Mon May 5 01:32:54 PDT 2003


phk         2003/05/05 01:32:53 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_malloc.c 
  Log:
  Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic
  for a malloc bucket under zero.  This typically happens if you malloc(9)
  from one bucket and free to another.
  
  Revision  Changes    Path
  1.123     +6 -0      src/sys/kern/kern_malloc.c


More information about the cvs-src mailing list