diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-02-10 20:09:10 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-02-10 20:09:10 +0000 |
commit | 345e3f4dd764bf848e37ce8df83d9f2a4610c446 (patch) | |
tree | c7d13d374bcdc0e2ba810d4128330058b24f9322 /lib/libmemstat/memstat_internal.h | |
parent | 49fef6a202a5c2f4113940f87de5d8765897ab3b (diff) | |
download | src-test2-345e3f4dd764bf848e37ce8df83d9f2a4610c446.tar.gz src-test2-345e3f4dd764bf848e37ce8df83d9f2a4610c446.zip |
Notes
Diffstat (limited to 'lib/libmemstat/memstat_internal.h')
-rw-r--r-- | lib/libmemstat/memstat_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat_internal.h b/lib/libmemstat/memstat_internal.h index 2416e09b115a..9fdc22813b2a 100644 --- a/lib/libmemstat/memstat_internal.h +++ b/lib/libmemstat/memstat_internal.h @@ -51,6 +51,7 @@ struct memory_type { uint64_t mt_byteslimit; /* 0, or maximum bytes. */ uint64_t mt_sizemask; /* malloc: allocated size bitmask. */ uint64_t mt_size; /* uma: size of objects. */ + uint64_t mt_rsize; /* uma: real size of objects. */ /* * Zone or type information that includes all caches and any central |