]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/vm_statistics.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / mach / vm_statistics.h
index b86d0c51f3f03ca3994e2d5c8e7c863ffd82a047..f2667b9c52d564dd6573922c68e2ff05913e43f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
 /*
  * @OSF_COPYRIGHT@
  */
-/*
- * HISTORY
- * 
- * Revision 1.1.1.1  1998/09/22 21:05:31  wsanchez
- * Import of Mac OS X kernel (~semeria)
- *
- * Revision 1.1.1.1  1998/03/07 02:25:46  wsanchez
- * Import of OSF Mach kernel (~mburg)
- *
- * Revision 1.2.12.2  1995/01/06  19:52:25  devrcs
- *     mk6 CR668 - 1.3b26 merge
- *     added vm stats
- *     [1994/10/14  03:43:30  dwm]
- *
- * Revision 1.2.12.1  1994/09/23  02:44:40  ezf
- *     change marker to not FREE
- *     [1994/09/22  21:43:49  ezf]
- * 
- * Revision 1.2.4.4  1993/08/03  18:30:01  gm
- *     CR9596: Change KERNEL to MACH_KERNEL.
- *     [1993/08/02  18:58:32  gm]
- * 
- * Revision 1.2.4.3  1993/06/15  20:28:27  brezak
- *     Make xxx_vm_statistic for now.
- *     [1993/06/14  14:11:07  brezak]
- * 
- * Revision 1.2.2.2  1993/06/08  19:03:02  brezak
- *     Remove page_size from vm_statistics.
- * 
- * Revision 1.1.4.2  1993/06/02  23:49:41  jeffc
- *     Added to OSF/1 R1.3 from NMK15.0.
- *     [1993/06/02  21:18:54  jeffc]
- * 
- * Revision 1.2  1993/04/19  16:40:55  devrcs
- *     ansi C conformance changes
- *     [1993/02/02  18:55:38  david]
- * 
- * Revision 1.1  1992/09/30  02:32:30  robert
- *     Initial revision
- * 
- * $EndLog$
- */
-/* CMU_HIST */
-/*
- * Revision 2.3  91/05/14  17:03:07  mrt
- *     Correcting copyright
- * 
- * Revision 2.2  91/02/05  17:37:41  mrt
- *     Changed to new Mach copyright
- *     [91/02/01  17:22:49  mrt]
- * 
- * Revision 2.1  89/08/03  16:06:55  rwd
- * Created.
- * 
- * Revision 2.4  89/02/25  18:42:35  gm0w
- *     Changes for cleanup.
- * 
- * Revision 2.3  89/02/07  00:54:39  mwyoung
- * Relocated from sys/vm_statistics.h
- * 
- * Revision 2.2  89/01/30  22:08:54  rpd
- *     Made variable declarations use "extern".
- *     [89/01/25  15:26:30  rpd]
- * 
- * 30-Sep-86  Avadis Tevanian (avie) at Carnegie-Mellon University
- *     Changed "reclaim" to "inactive."
- *
- * 22-Aug-86  Michael Young (mwyoung) at Carnegie-Mellon University
- *     Made vm_stat structure kernel-only.
- *
- * 22-May-86  Avadis Tevanian (avie) at Carnegie-Mellon University
- *     Defined vm_statistics_data_t as a real typedef so that
- *     MatchMaker can deal with it.
- *
- * 14-Feb-86  Avadis Tevanian (avie) at Carnegie-Mellon University
- *     Created.
- *
- */
-/* CMU_ENDHIST */
 /* 
  * Mach Operating System
  * Copyright (c) 1991,1990,1989,1988,1987 Carnegie Mellon University
@@ -213,6 +134,7 @@ typedef struct pmap_statistics      *pmap_statistics_t;
 #define VM_MEMORY_FOUNDATION 41
 #define VM_MEMORY_COREGRAPHICS 42
 #define VM_MEMORY_CARBON 43
+#define VM_MEMORY_JAVA 44
 #define VM_MEMORY_ATS 50