tag
line
file
source code
Malloc
85
drivers/scsi/aic7xxx_asm.c
char *p = (char *)Malloc(strlen(s) + 1);
Malloc
111
drivers/scsi/aic7xxx_asm.c
p = q->next = (sym_t *)Malloc(sizeof(sym_t));