Mya Thinzar (piggy_mya)

Race #2

View Pit Stop page for race #2 by piggy_myaGhost race

View profile for Mya Thinzar (piggy_mya)

Official speed 28.85 wpm (106.48 seconds elapsed during race)
Race Start March 16, 2023 10:33:03am UTC
Race Finish March 16, 2023 10:34:49am UTC
Outcome No win (4 of 4)
Opponents 1. aungmyathein (36.74 wpm)
3. zinkowinn (30.39 wpm)
Accuracy 93.0%
Points 12.50
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));