PERFORCE change 135365 for review

John Birrell jb at FreeBSD.org
Wed Feb 13 21:19:04 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135365

Change 135365 by jb at 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];


More information about the p4-projects mailing list