verysuchaccount@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoSometimes I want to call malloc, just as a treatlemmy.worldimagemessage-square7linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSometimes I want to call malloc, just as a treatlemmy.worldverysuchaccount@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square7linkfedilink
minus-squarebus_factor@lemmy.worldlinkfedilinkarrow-up1·1 year agoUsing a file system is much less bad than dynamically allocating memory, at least as long as you keep a predefined set of files.
minus-squareTroy@lemmy.calinkfedilinkarrow-up1·1 year agoI hate to alarm you but… What is a file system except dynamically allocated memory. ;)
minus-squareRedkey@programming.devlinkfedilinkarrow-up1·1 year agoIt’s a persistent dynamic memory allocation that’s accessed by multiple processes! :)
Using a file system is much less bad than dynamically allocating memory, at least as long as you keep a predefined set of files.
I hate to alarm you but… What is a file system except dynamically allocated memory. ;)
It’s a persistent dynamic memory allocation that’s accessed by multiple processes! :)