tag | line | file | source code |
deb_file | 10 | include/linux/malloc.h | void *deb_kmalloc(const char *deb_file, unsigned short deb_line,unsigned int size, int priority); |
deb_file | 11 | include/linux/malloc.h | void deb_kfree_s (const char *deb_file, unsigned short deb_line,void * obj, int size); |
deb_file | 12 | include/linux/malloc.h | void deb_kcheck_s(const char *deb_file, unsigned short deb_line,void * obj, int size); |
deb_file | 167 | lib/malloc.c | deb_kmalloc(const char *deb_file, unsigned short deb_line, |
deb_file | 289 | lib/malloc.c | retval,hd,deb_file,deb_line,hd->magic); |
deb_file | 294 | lib/malloc.c | hd->size,bdir->size,len,hd->file,hd->line,deb_file,deb_line); |
deb_file | 316 | lib/malloc.c | hd->file = hd->ok_file = deb_file; |
deb_file | 332 | lib/malloc.c | void deb_kcheck_s(const char *deb_file, unsigned short deb_line, |
deb_file | 346 | lib/malloc.c | obj,deb_file,deb_line,hd->file,hd->line,hd->ok_file,hd->ok_line); |
deb_file | 355 | lib/malloc.c | obj,size,hd->size,deb_file,deb_line,hd->ok_file,hd->ok_line); |
deb_file | 362 | lib/malloc.c | obj,hd->size,deb_file,deb_line,hd->ok_file,hd->ok_line); |
deb_file | 366 | lib/malloc.c | hd->ok_file = deb_file; |
deb_file | 379 | lib/malloc.c | void deb_kfree_s(const char *deb_file, unsigned short deb_line, |
deb_file | 401 | lib/malloc.c | obj,deb_file,deb_line,hd->file,hd->line,hd->ok_file,hd->ok_line); |
deb_file | 408 | lib/malloc.c | obj,size,hd->size,deb_file,deb_line,hd->ok_file,hd->ok_line); |
deb_file | 416 | lib/malloc.c | obj,hd->size,deb_file,deb_line,hd->file,hd->line,hd->ok_file,hd->ok_line); |
deb_file | 448 | lib/malloc.c | printk("Offending code: %s:%d\n",deb_file,deb_line); |
deb_file | 464 | lib/malloc.c | hd->file = deb_file; |