From accc7914fddfdb0006efd5a9e6f9f44e782985e2 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 18 Jul 2005 14:14:17 +0000 Subject: Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happily consume that many slots to track snapshot-to-snapshot changes and running totals. And 16 is a nice round number. MFC after: 1 week --- lib/libmemstat/memstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libmemstat') diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h index 0743693..262c4df 100644 --- a/lib/libmemstat/memstat.h +++ b/lib/libmemstat/memstat.h @@ -41,7 +41,7 @@ * corrupting internal libmemstat(3) data structures. A compile time check * in the application is probably appropriate. */ -#define MEMSTAT_MAXCALLER 8 +#define MEMSTAT_MAXCALLER 16 /* * libmemstat(3) is able to extract memory data from different allocators; -- cgit v1.1