Bijan (sensiblemango)

Race #16

View Pit Stop page for race #16 by sensiblemangoGhost race

View profile for Bijan (sensiblemango)

Official speed 56.67 wpm (54.21 seconds elapsed during race)
Race Start November 8, 2018 4:05:38am UTC
Race Finish November 8, 2018 4:06:32am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 24.56
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));