# google/allocation-instrumenter

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/google-allocation-instrumenter).**

0 stars · 0 forks

## Links

- GitHub: https://github.com/google/allocation-instrumenter
- awesome-repositories: https://awesome-repositories.com/repository/google-allocation-instrumenter.md

## Description

The 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.

## Tags

### Part of an Awesome List

- [JVM Profiling Tools](https://awesome-repositories.com/f/awesome-lists/devtools/jvm-profiling-tools.md) — Java agent for instrumenting memory allocation sites.
