Searched defs:LK_STATE_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c58 #define LK_STATE_SIZE 10000 /* completely arbitrary */ macro
64 leak_ndx_t lks_stack[LK_STATE_SIZE];
351 if (state == NULL || state_idx == LK_STATE_SIZE) {
381 state_idx = LK_STATE_SIZE;

Completed in 63 milliseconds