Commit eb3c1d3
committed
Special case allocator module submission to avoid special casing it elsewhere
A lot of places had special handling just in case they would get an
allocator module even though most of these places could never get one or
would have a trivial implementation for the allocator module. Moving all
handling of the allocator module to a single place simplifies things a
fair bit.1 parent ffd1bd2 commit eb3c1d3
6 files changed
+75
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
363 | 361 | | |
364 | 362 | | |
365 | 363 | | |
366 | | - | |
367 | 364 | | |
368 | 365 | | |
369 | 366 | | |
| |||
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
375 | | - | |
376 | 372 | | |
377 | 373 | | |
378 | 374 | | |
| |||
389 | 385 | | |
390 | 386 | | |
391 | 387 | | |
392 | | - | |
393 | 388 | | |
394 | 389 | | |
395 | 390 | | |
| |||
430 | 425 | | |
431 | 426 | | |
432 | 427 | | |
433 | | - | |
434 | 428 | | |
435 | 429 | | |
436 | 430 | | |
| |||
485 | 479 | | |
486 | 480 | | |
487 | 481 | | |
488 | | - | |
489 | 482 | | |
490 | 483 | | |
491 | 484 | | |
| |||
495 | 488 | | |
496 | 489 | | |
497 | 490 | | |
498 | | - | |
499 | 491 | | |
500 | 492 | | |
501 | 493 | | |
| |||
651 | 643 | | |
652 | 644 | | |
653 | 645 | | |
654 | | - | |
655 | 646 | | |
656 | 647 | | |
657 | 648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | 230 | | |
236 | 231 | | |
237 | 232 | | |
238 | | - | |
239 | 233 | | |
240 | 234 | | |
241 | 235 | | |
| |||
583 | 577 | | |
584 | 578 | | |
585 | 579 | | |
586 | | - | |
| 580 | + | |
587 | 581 | | |
588 | 582 | | |
589 | 583 | | |
| |||
745 | 739 | | |
746 | 740 | | |
747 | 741 | | |
748 | | - | |
| 742 | + | |
749 | 743 | | |
750 | 744 | | |
751 | 745 | | |
| |||
0 commit comments