KFENCE_COUNTER_ALLOCATED
[KFENCE_COUNTER_ALLOCATED] = "currently allocated",
return atomic_long_read(&counters[KFENCE_COUNTER_ALLOCATED]) > thresh;
atomic_long_inc(&counters[KFENCE_COUNTER_ALLOCATED]);
atomic_long_dec(&counters[KFENCE_COUNTER_ALLOCATED]);