Posted Nov 29, 2007 14:44 UTC (Thu) by nix (subscriber, #2304)
In reply to: kmemcheck by dw
Parent article: kmemcheck
A bitmap definitely can be used instead. (This is how valgrind's memcheck
tool implements uninitialized checks, although using JIT simulation rather
than page faulting to detect accesses.)