View Pit Stop page for race #46 by atthetop — Ghost race
View profile for Shoemaker-Levy 9 (atthetop)
Official speed | 55.02 wpm (55.83 seconds elapsed during race) |
---|---|
Race Start | November 1, 2018 2:47:23am UTC |
Race Finish | November 1, 2018 2:48:19am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. styrofoam (55.22 wpm) |
Accuracy | 93.0% |
Points | 23.84 |
Text | #10004 (Length: 256 characters) this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name)); |