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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c609 size_t maxglobalsize, maxlocalsize; local
615 maxlocalsize = maxglobalsize * NCPU;
634 (scope == DIFV_SCOPE_LOCAL && size <= maxlocalsize));

Completed in 102 milliseconds