Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 01:04:28 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 11354 for review
Message-ID:  <200205150804.g4F84SV74054@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11354

Change 11354 by amigus@amigus_vmganyopa on 2002/05/15 01:04:03

	Declaration after instruction fixed.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/kern/kern_malloc.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/kern_malloc.c#11 (text+ko) ====

@@ -255,10 +255,10 @@
 		    addr, mem);
 
 	if (!(slab->us_flags & UMA_SLAB_MALLOC)) {
-		trash_mem(addr, size);
 #ifdef INVARIANTS
 		struct malloc_type **mtp = addr;
 #endif
+		trash_mem(addr, size);
 		size = slab->us_zone->uz_size;
 #ifdef INVARIANTS
 		/*

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




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