gitextract_gpj107i2/ ├── .gitignore ├── .travis.yml ├── Gemfile ├── LICENSE.txt ├── README.md ├── Rakefile ├── allocation_tracer.gemspec ├── ext/ │ └── allocation_tracer/ │ ├── allocation_tracer.c │ └── extconf.rb ├── lib/ │ ├── allocation_tracer/ │ │ ├── trace.rb │ │ └── version.rb │ ├── allocation_tracer.rb │ └── rack/ │ └── allocation_tracer.rb └── spec/ ├── allocation_tracer_spec.rb └── spec_helper.rb