54 const auto AllocSize =
sizeof(
Type) * state.range(0);
55 state.counters[
"Allocation,bytes"] = benchmark::Counter(
57 benchmark::Counter::kIs1024);
58 state.SetComplexityN(AllocSize);
59 state.SetBytesProcessed(AllocSize * state.iterations());
60 state.SetItemsProcessed(state.range(0) * state.iterations());