View Pit Stop page for race #4 by notapplicable — Ghost race
View profile for N/A (notapplicable)
Official speed | 71.65 wpm (42.88 seconds elapsed during race) |
---|---|
Race Start | November 23, 2018 10:04:31pm UTC |
Race Finish | November 23, 2018 10:05:13pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. chakk (104.54 wpm) |
Accuracy | 98.0% |
Points | 31.05 |
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)); |