Class: ScoutApm::Instruments::Allocations

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

Constant Summary collapse

ENABLED =
Qfalse

Class Method Summary collapse

Class Method Details

.countObject



22
23
24
25
# File 'ext/allocations/allocations.c', line 22

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