https://github.com/jswrenn/tracing-allocations
experiments with tracking-allocator + tracing
https://github.com/jswrenn/tracing-allocations
Last synced: 3 months ago
JSON representation
experiments with tracking-allocator + tracing
- Host: GitHub
- URL: https://github.com/jswrenn/tracing-allocations
- Owner: jswrenn
- Created: 2022-03-05T00:21:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T23:50:07.000Z (about 3 years ago)
- Last Synced: 2025-03-14T18:59:21.086Z (3 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tracing-allocations
**⚠️ WARNING: This crate is highly experimental.**
An instrumented global allocator that emits [tracing](https://docs.rs/tracing/latest/tracing/) events upon each allocation and deallocation.