Chromium Code Reviews
DescriptionIf sysconfig fails, fallback to sysinfo
The _SC_PHYS_PAGES and _SC_AVPHYS_PAGES options to sysconf are optional
extensions, which may not be implemented in a Linux system (such as one
running UCLIBC.) For these platforms, we can fallback to sysinfo for the
required information.
BUG=472701
R=danakj@chromium.org
Patch Set 1 #
Total comments: 12
Patch Set 2 : Address correctness & style comments from danakj #Patch Set 3 : Rebase to HEAD #Messages
Total messages: 3 (0 generated)
|