Hackernews posts about Malloc
Malloc is a fundamental memory allocation function in computer programming that dynamically allocates and deallocates memory blocks for programs to use.
- Some bits on malloc(0) in C being allowed to return NULL (utcc.utoronto.ca)
- Malloy: An open-source language for analyzing, transforming, and modeling data (www.malloydata.dev)
- The IELR(1) algorithm for generating minimal LR(1) parser tables for non-LR(1) g [pdf] (people.computing.clemson.edu)
- IELR(1): practical LR(1) parser tables for non-LR(1) grammars with conflict reso [pdf] (people.computing.clemson.edu)
- The World Is Warming Up. and It's Happening Faster (www.nytimes.com)
- Leaktracer: a Rust allocator to trace memory allocations (blog.veeso.dev)
- Malloc broke Serenity's JPGLoader, or: how to win the lottery (2021) (sin-ack.github.io)
- Let's Write a Malloc (2014) (danluu.com)
- Visual overview of a custom malloc() implementation (silent-tower.net)
- Malloc() and free() are a bad API (2022) (www.foonathan.net)
- Battle of the Mallocators (smalldatum.blogspot.com)
- Visual overview of a custom malloc() implementation (silent-tower.net)
- Memory Safety with MallocPlusAI (twitter.com)
- A malloc Tutorial (2009) [pdf] (wiki-prog.infoprepa.epita.fr)
- Writing a preloadable malloc in Rust, using MMTk (www.humprog.org)
- iOS's new malloc (developer.apple.com)
- Hardened Malloc Designed for Linux (github.com)
- Malloc() and free() are a bad API (2022) (www.foonathan.net)
- MALLOC_PERTURB_: Everyone should set this envvar (devel.fedoraproject.narkive.com)
- OpenBSD: Malloc(3) leak detection gains backtraces (www.undeadly.org)
- Remove editorializing ("infamous OOM killer") from malloc man page (2010) (bugzilla.kernel.org)
- RocksDB and glibc malloc don't play nice together (smalldatum.blogspot.com)
- Untagged Mallocs (wingolog.org)
- Why it is bad idea to check result of malloc call with assert (pvs-studio.com)
- Gemini, Malloc, and Me (substack.com)
- Writing a preloadable malloc in Rust, using MMTk (www.humprog.org)
- A Malloc Tutorial [pdf] (github.com)
- Malloc() vs. MMAP(MAP_SHARED) in Multithreaded Programs (carun.github.io)
- Malloc(0) & Realloc( ,0) ≠ 0 (nabijaczleweli.xyz)