memory icon indicating copy to clipboard operation
memory copied to clipboard

Include available memory

Open dustin-decker opened this issue 3 years ago • 2 comments
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

dustin-decker avatar Mar 11 '22 05:03 dustin-decker

Any news here?

waybackarchiver avatar May 16 '22 14:05 waybackarchiver

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

pbnjay avatar May 16 '22 14:05 pbnjay