Home
last modified time | relevance | path

Searched refs:stat_objects_alloced (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-alloc.c45 static guint64 stat_objects_alloced = 0; variable
129 HEAVY_STAT (++stat_objects_alloced); in sgen_alloc_obj_nolock()
372 HEAVY_STAT (++stat_objects_alloced); in sgen_try_alloc_obj_nolock()
493 …ters_register ("# objects allocated", MONO_COUNTER_GC | MONO_COUNTER_ULONG, &stat_objects_alloced); in sgen_init_allocator()