Lines Matching defs:tsdn
33 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
34 base = base_new(tsdn, 0,
39 base_stats_get(tsdn, base, &allocated0, &resident, &mapped,
49 expect_ptr_not_null(base_alloc(tsdn, base, 42, 1),
53 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,
59 base_delete(tsdn, base);
77 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
78 base = base_new(tsdn, 0, &hooks, /* metadata_use_hooks */ true);
82 base_stats_get(tsdn, base, &allocated0, &resident, &mapped,
92 expect_ptr_not_null(base_alloc(tsdn, base, 42, 1),
96 base_stats_get(tsdn, base, &allocated1, &resident, &mapped,
102 base_delete(tsdn, base);
122 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
124 base = base_new(tsdn, 0, &hooks, /* metadata_use_hooks */ true);
146 p = base_alloc(tsdn, base, 1, alignment);
152 q = base_alloc(tsdn, base, alignment, alignment);
158 r = base_alloc(tsdn, base, 1, alignment);
176 p = base_alloc(tsdn, base, QUANTUM, QUANTUM);
181 q = base_alloc(tsdn, base, QUANTUM + 1, QUANTUM);
185 r = base_alloc(tsdn, base, QUANTUM, QUANTUM);
202 p = base_alloc(tsdn, base, QUANTUM, alignment);
214 base_delete(tsdn, base);
234 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
235 base = base_new(tsdn, 0, &hooks, /* metadata_use_hooks */ false);
239 base_delete(tsdn, base);
248 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
249 base = base_new(tsdn, 0, &hooks, /* metadata_use_hooks */ true);
253 base_delete(tsdn, base);