mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 19:21:53 +00:00
* modules/physmem (Depends-on): Add stdcountof-h. * lib/physmem.c: Include stdcountof.h. (ARRAY_SIZE): Remove macro. (physmem_total, physmem_claimable): Use countof instead of ARRAY_SIZE.
28 lines
302 B
Plaintext
28 lines
302 B
Plaintext
Description:
|
|
Return amount of total/available physical memory.
|
|
|
|
Files:
|
|
lib/physmem.h
|
|
lib/physmem.c
|
|
m4/physmem.m4
|
|
|
|
Depends-on:
|
|
stdcountof-h
|
|
unistd-h
|
|
full-read
|
|
|
|
configure.ac:
|
|
gl_PHYSMEM
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += physmem.c
|
|
|
|
Include:
|
|
"physmem.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|