sanitation@lemmy.radio to Programming@programming.dev · 3 days agoBjarne Stroustrup: How do I deal with memory leaks? By writing code that doesn't have any.www.stroustrup.comexternal-linkmessage-square22linkfedilinkarrow-up184arrow-down19file-text
arrow-up175arrow-down1external-linkBjarne Stroustrup: How do I deal with memory leaks? By writing code that doesn't have any.www.stroustrup.comsanitation@lemmy.radio to Programming@programming.dev · 3 days agomessage-square22linkfedilinkfile-text
minus-squaresobchak@programming.devlinkfedilinkarrow-up2·2 days agoWhen I did embedded programming that’s what I did. Nothing was dynamically allocated. It also allowed me to write a debugger that would watch how variables changed by just directly reading from memory, chart them, and and stuff like that.
When I did embedded programming that’s what I did. Nothing was dynamically allocated. It also allowed me to write a debugger that would watch how variables changed by just directly reading from memory, chart them, and and stuff like that.