summaryrefslogtreecommitdiff
path: root/library/include/slabinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/include/slabinfo.h')
-rw-r--r--library/include/slabinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/include/slabinfo.h b/library/include/slabinfo.h
index 128bad9..f63ca79 100644
--- a/library/include/slabinfo.h
+++ b/library/include/slabinfo.h
@@ -40,7 +40,7 @@ enum slabinfo_item {
SLAB_ACTIVE_SLABS, // u_int "
SLAB_PAGES_PER_SLAB, // u_int "
SLAB_PERCENT_USED, // u_int derived from ACTIVE_OBJS / NUM_OBJS
- SLAB_SIZE_TOTAL, // ul_int derived from page size * NUM_OBJS * PAGES_PER_SLAB
+ SLAB_SIZE_TOTAL, // ul_int derived from page size * NUMS_SLABS * PAGES_PER_SLAB
SLABS_CACHES_TOTAL, // u_int derived from all caches
SLABS_CACHES_ACTIVE, // u_int "