Searched refs:MEMSTAT_MAXCALLER (Results 1 – 2 of 2) sorted by relevance
77 void *mt_caller_pointer[MEMSTAT_MAXCALLER]; /* Pointers. */78 uint64_t mt_caller_uint64[MEMSTAT_MAXCALLER]; /* Integers. */105 void *mtp_caller_pointer[MEMSTAT_MAXCALLER];106 uint64_t mtp_caller_uint64[MEMSTAT_MAXCALLER];
40 #define MEMSTAT_MAXCALLER 16 macro