Lines Matching defs:nr_allocations
198 int32_t nr_allocations;
202 r = sm_ll_inc(&smm->ll, op->b, op->e, &nr_allocations);
206 r = sm_ll_dec(&smm->ll, op->b, op->e, &nr_allocations);
398 int32_t nr_allocations;
407 r = sm_ll_insert(&smm->ll, b, count, &nr_allocations);
416 int32_t nr_allocations;
425 r = sm_ll_inc(&smm->ll, b, e, &nr_allocations);
435 int32_t nr_allocations;
442 r = sm_ll_dec(&smm->ll, b, e, &nr_allocations);
452 int32_t nr_allocations;
476 r = sm_ll_inc(&smm->ll, *b, *b + 1, &nr_allocations);