A long, long time ago, I learned about malloc() in C. I could make a buffer like this: …use it, then release it when I was done like this: I have discussed malloc here in the past, including a recent post about an error checking malloc I created to find a memory leak. But today, […]