Vishnu (crazy_typeracer)

Race #30

View Pit Stop page for race #30 by crazy_typeracerGhost race

View profile for Vishnu (crazy_typeracer)

Official speed 42.90 wpm (71.61 seconds elapsed during race)
Race Start December 14, 2021 5:23:08pm UTC
Race Finish December 14, 2021 5:24:20pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.59
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));