Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_internal.h77 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];
H A Dmemstat.h40 #define MEMSTAT_MAXCALLER 16 macro