Detecting kernel memory leaks
Posted Jun 24, 2006 12:01 UTC (Sat) by
nix (subscriber, #2304)
In reply to:
Detecting kernel memory leaks by liljencrantz
Parent article:
Detecting kernel memory leaks
The need for the registration function is mostly obviated by notifiers, AIUI. The halloc() function is rendered unnecessary by the slab allocator (that's what slabs are, blocks of memory containing many potential objects of the same type, initialized from a template and allocatable at lightning speed.)
(
Log in to post comments)