summaryrefslogtreecommitdiff
path: root/include/mach_debug/slab_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach_debug/slab_info.h')
-rw-r--r--include/mach_debug/slab_info.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mach_debug/slab_info.h b/include/mach_debug/slab_info.h
index 37dcb8c4..7d12cc18 100644
--- a/include/mach_debug/slab_info.h
+++ b/include/mach_debug/slab_info.h
@@ -36,12 +36,6 @@
#define CACHE_NAME_MAX_LEN 32
-#define CACHE_FLAGS_NO_CPU_POOL 0x01
-#define CACHE_FLAGS_SLAB_EXTERNAL 0x02
-#define CACHE_FLAGS_NO_RECLAIM 0x04
-#define CACHE_FLAGS_VERIFY 0x08
-#define CACHE_FLAGS_DIRECT 0x10
-
typedef struct cache_info {
int flags;
size_t cpu_pool_size;