summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libmemstat/memstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libmemstat/memstat.c')
-rw-r--r--freebsd/lib/libmemstat/memstat.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/freebsd/lib/libmemstat/memstat.c b/freebsd/lib/libmemstat/memstat.c
index d264829e..ea5e6d9b 100644
--- a/freebsd/lib/libmemstat/memstat.c
+++ b/freebsd/lib/libmemstat/memstat.c
@@ -328,6 +328,13 @@ memstat_get_sleeps(const struct memory_type *mtp)
return (mtp->mt_sleeps);
}
+uint64_t
+memstat_get_xdomain(const struct memory_type *mtp)
+{
+
+ return (mtp->mt_xdomain);
+}
+
void *
memstat_get_caller_pointer(const struct memory_type *mtp, int index)
{