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.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/mach_debug/slab_info.h b/include/mach_debug/slab_info.h
index 7d12cc18..0f6b5a2c 100644
--- a/include/mach_debug/slab_info.h
+++ b/include/mach_debug/slab_info.h
@@ -38,16 +38,16 @@
typedef struct cache_info {
int flags;
- size_t cpu_pool_size;
- size_t obj_size;
- size_t align;
- size_t buf_size;
- size_t slab_size;
- unsigned long bufs_per_slab;
- unsigned long nr_objs;
- unsigned long nr_bufs;
- unsigned long nr_slabs;
- unsigned long nr_free_slabs;
+ rpc_vm_size_t cpu_pool_size;
+ rpc_vm_size_t obj_size;
+ rpc_vm_size_t align;
+ rpc_vm_size_t buf_size;
+ rpc_vm_size_t slab_size;
+ rpc_long_natural_t bufs_per_slab;
+ rpc_long_natural_t nr_objs;
+ rpc_long_natural_t nr_bufs;
+ rpc_long_natural_t nr_slabs;
+ rpc_long_natural_t nr_free_slabs;
char name[CACHE_NAME_MAX_LEN];
} cache_info_t;