Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 05:19:03 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135365 for review
Message-ID:  <200802140519.m1E5J3vh005164@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135365

Change 135365 by jb@jb_freebsd1 on 2008/02/14 05:18:11

	Oops.. a few things slipped in with the last IFC.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/malloc.h#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/malloc.h#6 (text+ko) ====

@@ -85,10 +85,7 @@
  */
 #define DTMALLOC_PROBE_MALLOC		0
 #define DTMALLOC_PROBE_FREE		1
-#define DTMALLOC_PROBE_CONTIGMALLOC	2
-#define DTMALLOC_PROBE_CONTIGFREE	3
-#define DTMALLOC_PROBE_REALLOC		4
-#define DTMALLOC_PROBE_MAX		5
+#define DTMALLOC_PROBE_MAX		2
 
 struct malloc_type_internal {
 	uint32_t	mti_probes[DTMALLOC_PROBE_MAX];



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