tag | line | file | source code |
malloc | 240 | arch/i386/boot/compressed/inflate.c | q = (struct huft *)malloc((z + 1)*sizeof(struct huft)); |
malloc | 67 | drivers/scsi/aic7xxx_asm.c | void *p = malloc(size); |
malloc | 105 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 124 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 162 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 173 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 206 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 221 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 74 | scripts/tkparse.c | cpnt = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 181 | scripts/tkparse.c | pnt2 = (char *) malloc(strlen(newlabel) + 1); |
malloc | 215 | scripts/tkparse.c | pnt2 = (char *) malloc(strlen(newlabel) + 1); |
malloc | 314 | scripts/tkparse.c | kcfg = (struct kconfig *) malloc(sizeof(struct kconfig)); |