is there some good tutorial about how malloc or mcheck works?

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

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • buddy_alloc

    A single header buddy memory allocator for C & C++

  • I also maintain a application-based malloc (that doesn't do obtaining and releasing memory through the OS, just managing sub-diving a larger memory block into smaller requests) at https://github.com/spaskalev/buddy_alloc - feel free to ping me with any questions about it.

  • 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

  • buddy memory allocator - project update (2 years)

    1 project | /r/C_Programming | 12 Jun 2023
  • One year ago I wrote a buddy memory allocator - project update

    3 projects | /r/C_Programming | 19 Jul 2022
  • Open-source MISRA-compliant projects

    2 projects | /r/C_Programming | 28 Dec 2022
  • Compacting the Uncompactable: The Mesh Compacting Memory Allocator

    1 project | /r/Zig | 29 Oct 2022
  • Talc – A fast and flexible allocator for no_std and WebAssembly

    4 projects | news.ycombinator.com | 28 Feb 2024