How to make sure no Dynamic Memory is used

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • newlib

    Sourceware.org's Newlib mirror with clang support for ARM baremetal (by eblot)

  • Any software written for microcontrollers or other low-memory environments is probably not going to use mmap or, more generally, anything that dynamically manipulates memory mappings (if there even is an MMU in the first place).

    That said, the specific use of a function called sbrk seems odd and maybe archaic, since it has no useful role if the heap is fixed-sized anyway. But it looks like newlib uses _sbrk as part of an abstraction that supports many different environments [1], including not just bare metal but also running as a userland program under Linux and other kernels. So maybe it makes sense.

    [1] https://github.com/eblot/newlib/search?q=_sbrk&type=code

  • 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

  • KeePassXC Debian maintainer has removed all network features

    10 projects | news.ycombinator.com | 10 May 2024
  • PicoRuby Is an Alternative MRuby

    1 project | news.ycombinator.com | 12 May 2024
  • Virtualizing the 6502 on a 6502 with 6o6

    1 project | news.ycombinator.com | 11 May 2024
  • Crash on clock skew: performance vs availability

    1 project | dev.to | 11 May 2024
  • All Linux distros using fwupd package open web server on 0.0.0.0:27500

    2 projects | news.ycombinator.com | 11 May 2024