Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Apple-specific API to determine system memory on macOS (#2016)
The unistd.h API that had been used for both Linux and macOS is not always available in macOS environments, for example when building with upstream clang rather than AppleClang. Closes #1923
- Loading branch information