[go: up one dir, main page]

Investigating kext memory leak with lldb and KDK

Is there a way I can use the lldb user defined commands, which I can load from a KDK, to determine how much memory my kext has consumed? Is there a way to figure out what size blocks they are?

I have already run the showallclasses command and the output has assured me that I am not leaking any objects which are defined by my driver's classes.

Thanks,

Tim

Investigating kext memory leak with lldb and KDK
 
 
Q