repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
physmem
blob
2cb7e7f64adfff5d256b6eb9ec33f9f7a9621363
1
Description:
2
Return amount of total/available physical memory.
3
4
Files:
5
lib/physmem.h
6
lib/physmem.c
7
m4/physmem.m4
8
9
Depends-on:
10
unistd
11
12
configure.ac:
13
gl_PHYSMEM
14
15
Makefile.am:
16
lib_SOURCES += physmem.c
17
18
Include:
19
"physmem.h"
20
21
License:
22
LGPLv2+
23
24
Maintainer:
25
Paul Eggert, Jim Meyering