Lines Matching refs:malloc
11 #include <malloc.h>
146 reg = malloc(sizeof(unsigned long));
148 perror("malloc() failed");
192 reg = malloc(sizeof(unsigned long));
194 perror("malloc() failed");
235 reg = malloc(sizeof(unsigned long));
237 perror("malloc() failed");
283 reg = malloc(sizeof(unsigned long));
285 perror("malloc() failed");
326 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
345 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
369 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
393 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs));
420 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
422 perror("malloc() failed");
445 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
447 perror("malloc() failed");
474 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
476 perror("malloc() failed");
503 regs = (struct pt_regs *) malloc(sizeof(struct pt_regs));
505 perror("malloc() failed\n");
654 regs = (struct tm_spr_regs *) malloc(sizeof(struct tm_spr_regs));
656 perror("malloc() failed");