tag | line | file | source code |
malloc | 108 | arch/i386/boot/compressed/misc.c | static void *malloc(int size); |
malloc | 495 | drivers/block/rd.c | static void *malloc(int size); |
malloc | 67 | drivers/scsi/aic7xxx_asm.c | void *p = malloc(size); |
malloc | 412 | lib/inflate.c | if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == |
malloc | 162 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 181 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 224 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 235 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 268 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 283 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 79 | scripts/tkparse.c | cpnt = (struct condition *) malloc(sizeof(struct condition)); |
malloc | 207 | scripts/tkparse.c | pnt2 = (char *) malloc(strlen(newlabel) + 1); |
malloc | 232 | scripts/tkparse.c | kcfg = (struct kconfig *) malloc(sizeof(struct kconfig)); |
malloc | 279 | scripts/tkparse.c | pnt2 = (char *) malloc(strlen(newlabel) + 1); |
malloc | 401 | scripts/tkparse.c | kcfg = (struct kconfig *) malloc(sizeof(struct kconfig)); |