DESCRIPTION
MemGuard is a simple and small replacement memory allocator designed to help detect tamper-after-free scenarios. These problems are more and more common and likely with multithreaded kernels where race conditions are more prevalent. Currently, MemGuard can only take over malloc, realloc and free for a particular malloc type. MemGuard takes over M_SUBPROC allocations by default.
FILES