re_memory

Crates.iore_memory
lib.rsre_memory
version0.25.0-alpha.1
created_at2023-02-12 16:21:36.043547+00
updated_at2025-08-12 13:54:04.389882+00
descriptionRun-time memory tracking and profiling.
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id783295
size62,272
rerun.io (rerunio)

documentation

README

Run-time memory tracking and profiling.

Part of the rerun family of crates.

Latest version Documentation MIT Apache

This is a library for tracking memory use in a running application. This is useful for tracking leaks, and for figuring out what is using up memory.

re_memory includes an opt-in sampling profiler for allocation callstacks. Each time memory is allocated there is a chance a callstack will be collected. This information is tracked until deallocation. You can thus get information about what callstacks lead to the most live allocations, giving you a very useful memory profile of your running app, with minimal overhead.

Commit count: 4053

cargo fmt