memory
memory copied to clipboard
Include available memory
trafficstars
From the discussion in #9, this is the AvailableMemory() function addition.
It intends to return free+freeable memory.
I think Windows is ready to go as-is, and this adds the change for Linux. Darwin and BSDs remain and I could use some help there.
- [x] Linux
- [x] Windows - I think it's using available memory already
- [ ] Darwin
- [ ] BSD
Any news here?
Any news here?
I haven't had time to look into Darwin/BSD implementations. Should be straightforward just need to find/confirm which names to use in the syscalls