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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c462 size_t umem_maxverify; /* maximum bytes to inspect in debug routines */ variable
2542 cp->cache_verify = MIN(cp->cache_buftag, umem_maxverify);
3199 if (umem_maxverify == 0)
3200 umem_maxverify = maxverify;

Completed in 23 milliseconds