NetBSD/sys/rump/kern
ozaki-r 3843688c40 Implement a simple psref leak detector
It detects leaks by counting up the number of held psref by an LWP and checking
its zeroness at the end of syscalls and softint handlers.  For the counter, a
unused field of struct lwp is reused.

The detector runs only if DIAGNOSTIC is turned on.
2019-04-19 01:52:55 +00:00
..
lib Implement a simple psref leak detector 2019-04-19 01:52:55 +00:00
Makefile
Makefile.rumpkerncomp Add rumpkern_nv (in-kernel RUMP libnv). 2018-09-22 12:54:34 +00:00