permil (permil)

Race #83

View Pit Stop page for race #83 by permilGhost race

View profile for permil (permil)

Official speed 98.99 wpm (31.03 seconds elapsed during race)
Race Start February 25, 2019 2:48:01pm UTC
Race Finish February 25, 2019 2:48:32pm UTC
Outcome Win (1 of 3)
Opponents 2. tanon710s (79.55 wpm)
3. paraphrohn (79.33 wpm)
Accuracy 99.0%
Points 42.90
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));