←BackGgoogle/allocation-instrumenter0Copy as MarkdownView on GitHub↗0 stars·0 forks·0 viewsAllocation InstrumenterThe Allocation Instrumenter is a Java agent written using the [java.lang.instrument][] API and [ASM][]. Each allocation in your Java program is instrumented; a user-defined callback is invoked on each allocation. Features