View Pit Stop page for race #43 by samiraarancibia123426 — Ghost race
View profile for samiraarancibia (samiraarancibia123426)
Official speed | 25.37 wpm (121.09 seconds elapsed during race) |
---|---|
Race Start | June 2, 2025 12:23:42am UTC |
Race Finish | June 2, 2025 12:25:43am UTC |
Outcome | No win (5 of 15) |
Opponents |
6. sharick_chungara (24.62 wpm) 7. alexlopez114387 (24.43 wpm) 9. pedro_serrudo (24.16 wpm) 11. tocsky (22.84 wpm) |
Accuracy | 93.0% |
Points | 11.00 |
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)); |