envAllocs property

int envAllocs
getter/setter pair

Per-window allocation counters for the prime per-rebuild garbage suspects. The particle_field freeze is a stop-the-world major GC of ~2.2GB old-gen garbage accumulated at ~22MB/frame; these counters localize which interpreter allocation dominates a single interpreted rebuild.

Implementation

static int envAllocs = 0;