Tagged articles
4 articles
Page 1 of 1
AI Cyberspace
AI Cyberspace
Mar 25, 2023 · Fundamentals

Mastering C Memory Management: malloc, realloc, memset, memcpy & More

This article explains how C programs allocate, resize, initialize, and transfer memory using functions like malloc, free, realloc, memset, memcpy, memmove, and alloca, and provides coding standards to avoid out‑of‑bounds errors, leaks, and use‑after‑free bugs.

MemcpyStackc++
0 likes · 11 min read
Mastering C Memory Management: malloc, realloc, memset, memcpy & More