Searched defs:kfree (Results 1 – 2 of 2) sorted by relevance
48 #define kfree(x) __kfree(x) macro
43 #define kfree(ptr) free(ptr) macro