|
You are here |
samwho.dev | ||
| | | | |
blog.lenot.re
|
|
| | | | | And how to retain consistency when memory allocation failures occur? | |
| | | | |
educatedguesswork.org
|
|
| | | | | [AI summary] The text provides an in-depth exploration of memory management in C, covering topics such as pointer manipulation, memory allocation (malloc, free), use-after-free (UAF) bugs, and the challenges of manual memory management. It also touches on C++ as a language that offers better memory management features. The article explains how memory is allocated and deallocated, the role of the operating system in managing memory, and the potential issues like fragmentation and UAF vulnerabilities. It emphasizes the complexity of managing memory manually and hints at the benefits of higher-level languages. | |
| | | | |
riv.dev
|
|
| | | | | A journey through the implementation of malloc. | |
| | | | |
codedrivendevelopment.com
|
|
| | | [AI summary] A comprehensive guide explaining Test-Driven Development (TDD) for frontend engineers, covering the red/green/refactor methodology, test types (unit, integration, E2E), and setup tips using React and Jest. | ||