safemalloc 335 utils/superwordprof.c void *safemalloc(size_t nbytes); safemalloc 616 utils/superwordprof.c codebuf = (unsigned*)safemalloc(wordcount * sizeof(unsigned)); safemalloc 1072 utils/superwordprof.c seq->opcode = (unsigned*) safemalloc(sizeof(unsigned) * level); safemalloc 1075 utils/superwordprof.c seq->operand1 = (unsigned*) safemalloc(sizeof(unsigned) * level); safemalloc 1077 utils/superwordprof.c seq->operand2 = (unsigned*) safemalloc(sizeof(unsigned) * level);