Lines Matching defs:nr_allocations
94 int32_t nr_allocations;
97 r = sm_ll_insert(&smd->ll, b, count, &nr_allocations);
99 smd->nr_allocated_this_transaction += nr_allocations;
107 int32_t nr_allocations;
110 r = sm_ll_inc(&smd->ll, b, e, &nr_allocations);
112 smd->nr_allocated_this_transaction += nr_allocations;
120 int32_t nr_allocations;
123 r = sm_ll_dec(&smd->ll, b, e, &nr_allocations);
125 smd->nr_allocated_this_transaction += nr_allocations;
133 int32_t nr_allocations;
151 r = sm_ll_inc(&smd->ll, *b, *b + 1, &nr_allocations);
153 smd->nr_allocated_this_transaction += nr_allocations;