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
log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git]
/
modules
/
get-rusage-as
blob
0d30aff7f2b79ad0d15d07c8f0d10be5640606ef
1
Description:
2
Getter for RLIMIT_AS: Returns the current address space size.
3
4
Files:
5
lib/resource-ext.h
6
lib/get-rusage-as.c
7
m4/mmap-anon.m4
8
9
Depends-on:
10
stdint
11
unistd
12
extensions
13
getpagesize
14
vma-iter
15
16
configure.ac:
17
AC_CHECK_FUNCS_ONCE([setrlimit])
18
gl_FUNC_MMAP_ANON
19
AC_CHECK_HEADERS_ONCE([sys/mman.h])
20
AC_CHECK_FUNCS_ONCE([mprotect])
21
22
Makefile.am:
23
lib_SOURCES += get-rusage-as.c
24
25
Include:
26
"resource-ext.h"
27
28
License:
29
GPL
30
31
Maintainer:
32
all