Class: ScoutApm::Instruments::Allocations

Inherits:
Object
  • Object
show all
Defined in:
ext/allocations/allocations.c

Constant Summary collapse

ENABLED =
ALLOCATIONS_ENABLED

Class Method Summary collapse

Class Method Details

.countObject



34
35
36
37
# File 'ext/allocations/allocations.c', line 34

static VALUE
get_allocation_count(VALUE klass) {
  return ULL2NUM(endpoint_allocations);
}