tag | line | file | source code |
---|---|---|---|
deb_kcheck_s | 12 | include/linux/malloc.h | void deb_kcheck_s(const char *deb_file, unsigned short deb_line,void * obj, int size); |
deb_kcheck_s | 15 | include/linux/malloc.h | #define kcheck(a) deb_kcheck_s(__FILE__,__LINE__, a,0) |
deb_kcheck_s | 16 | include/linux/malloc.h | #define kcheck_s(a,b) deb_kcheck_s(__FILE__,__LINE__, a,b) |