Memory leak: Added checking for 'kcalloc'
This commit is contained in:
parent
9ba5d0b14f
commit
2a85d68803
|
@ -89,6 +89,7 @@ CheckMemoryLeakClass::AllocType CheckMemoryLeakClass::GetAllocationType( const T
|
||||||
"strdup",
|
"strdup",
|
||||||
"kmalloc",
|
"kmalloc",
|
||||||
"kzalloc",
|
"kzalloc",
|
||||||
|
"kcalloc",
|
||||||
0};
|
0};
|
||||||
for ( unsigned int i = 0; mallocfunc[i]; i++ )
|
for ( unsigned int i = 0; mallocfunc[i]; i++ )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue