stress/sizes: Add a couple more types.

This commit is contained in:
David Goldblatt 2020-06-12 09:37:39 -07:00 committed by David Goldblatt
parent 40672b0b78
commit dcfa6fd507

View File

@ -43,6 +43,9 @@ main() {
P(prof_tctx_t);
P(prof_gctx_t);
P(prof_tdata_t);
P(rtree_t);
P(rtree_leaf_elm_t);
P(slab_data_t);
P(tcache_t);
P(tcache_slow_t);
P(tsd_t);