Commit 5297ef0
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 5b0b516 commit 5297ef0
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 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
206 | | - | |
207 | 201 | | |
208 | 202 | | |
209 | 203 | | |
| |||
551 | 545 | | |
552 | 546 | | |
553 | 547 | | |
554 | | - | |
| 548 | + | |
555 | 549 | | |
556 | 550 | | |
557 | 551 | | |
| |||
713 | 707 | | |
714 | 708 | | |
715 | 709 | | |
716 | | - | |
| 710 | + | |
717 | 711 | | |
718 | 712 | | |
719 | 713 | | |
| |||
0 commit comments