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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c708 size_t umem_maxverify; /* maximum bytes to inspect in debug routines */ variable
2809 cp->cache_verify = MIN(cp->cache_buftag, umem_maxverify);
3494 if (umem_maxverify == 0)
3495 umem_maxverify = maxverify;

Completed in 52 milliseconds