malloc-failer wraps malloc to simulate allocation failures at specific lines, logging them for debugging memory handling.
-
Updated
Mar 14, 2025 - C
malloc-failer wraps malloc to simulate allocation failures at specific lines, logging them for debugging memory handling.
LD_PRELOAD interposer wrapping all malloc‑family calls, embedding canary‑guarded headers to catch double‑frees/overflows, leak‑reporting at exit with thread‑ and fork‑safety.
A memory-safe micro-library for C – zero dependencies, cross-platform support (ESP32, Linux, Windows).
LD_PRELOAD interposer wrapping all malloc‑family calls, embedding canary‑guarded headers to catch double‑frees/overflows, leak‑reporting at exit with thread‑ and fork‑safety.
Add a description, image, and links to the malloc-wrapper topic page so that developers can more easily learn about it.
To associate your repository with the malloc-wrapper topic, visit your repo's landing page and select "manage topics."