Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 20:41:31 -0700 (PDT)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c
Message-ID:  <200006290341.UAA64784@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bp          2000/06/28 20:41:31 PDT

  Modified files:
    sys/kern             kern_malloc.c 
  Log:
  If kernel compiled with INVARIANTS:
  
  On unload, remove references from freelist to memory type defined by module.
  Print a warning if module defines and allocate its own memory type, but
  didn't free it all on unload.
  
  Reviewed by:	peter
  
  Revision  Changes    Path
  1.67      +25 -1     src/sys/kern/kern_malloc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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