Tags → #c
-
Hot Code Reloading in C
This post describes how you can modify & reload code while a process is running. The example code is in C.
-
How does free work in C?
A brief walkthrough on how free works in C and frees the right amount of memory.