3 results for “topic:no-malloc”
TurboStitchGIF: A fast, header-only C GIF decoder without dynamic allocations, ideal for embedded systems and cross-platform projects.
A perfection-grade, safety-critical binary search implementation in C11. Features formal invariants, stride-based bounds checking, overflow safety, no malloc/recursion, and an artistically formatted codebase. Ideal for students and systems engineers learning rigorous C.
🔍 Implement safe and reliable binary search functions for safety-critical systems, ensuring defined behavior and strict compliance with C11 standards.