Commit 643b113
slub: enable tracking of full slabs
If slab tracking is on then build a list of full slabs so that we can verify
the integrity of all slabs and are also able to built list of alloc/free
callers.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>1 parent 77c5e2d commit 643b113
2 files changed
+41
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
664 | 698 | | |
665 | 699 | | |
666 | 700 | | |
| |||
1090 | 1124 | | |
1091 | 1125 | | |
1092 | 1126 | | |
| 1127 | + | |
| 1128 | + | |
1093 | 1129 | | |
1094 | 1130 | | |
1095 | 1131 | | |
| |||
1302 | 1338 | | |
1303 | 1339 | | |
1304 | 1340 | | |
1305 | | - | |
| 1341 | + | |
1306 | 1342 | | |
1307 | 1343 | | |
1308 | 1344 | | |
| |||
1314 | 1350 | | |
1315 | 1351 | | |
1316 | 1352 | | |
| 1353 | + | |
| 1354 | + | |
1317 | 1355 | | |
1318 | 1356 | | |
1319 | 1357 | | |
| |||
1466 | 1504 | | |
1467 | 1505 | | |
1468 | 1506 | | |
| 1507 | + | |
1469 | 1508 | | |
1470 | 1509 | | |
1471 | 1510 | | |
| |||
0 commit comments