Searched refs:MEMSTAT_MAXCALLER (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/lib/libmemstat/
H A Dmemstat_internal.h73 void *mt_caller_pointer[MEMSTAT_MAXCALLER]; /* Pointers. */
74 uint64_t mt_caller_uint64[MEMSTAT_MAXCALLER]; /* Integers. */
101 void *mtp_caller_pointer[MEMSTAT_MAXCALLER];
102 uint64_t mtp_caller_uint64[MEMSTAT_MAXCALLER];
H A Dmemstat.h38 #define MEMSTAT_MAXCALLER 16 macro

Completed in 53 milliseconds