Announcing allocscope: a tool for tracking allocations in Rust / C++ / C apps

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • allocscope

    allocscope - a memory tracking tool

  • It is now available, with complete GNU GPL v3 source code (written in Rust) on github at https://github.com/matt-kimball/allocscope

  • bcc

    BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

  • I recommend you investigate using eBPF hooks in the linux kernel for this allocation tracking, it is measurable much faster. E.g. https://github.com/iovisor/bcc/blob/master/tools/memleak.py

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A memory tracking tool written in Rust

    1 project | /r/rust | 15 Feb 2023
  • Show HN: I wrote a tool in Rust for tracking all allocations in a Linux process

    1 project | /r/hypeurls | 15 Feb 2023
  • Are We Modules Yet?

    3 projects | news.ycombinator.com | 1 May 2024
  • Speeding up C++ build times

    6 projects | news.ycombinator.com | 28 Apr 2024
  • Variadic Functions in C

    1 project | dev.to | 27 Apr 2024