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
/
get-rusage-as
blob
0dadd5cc6f12748d529b255524351a69867fedad
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
open
15
vma-iter
16
17
configure.ac:
18
AC_CHECK_FUNCS_ONCE([setrlimit])
19
gl_FUNC_MMAP_ANON
20
AC_CHECK_HEADERS_ONCE([sys/mman.h])
21
AC_CHECK_FUNCS_ONCE([mprotect])
22
23
Makefile.am:
24
lib_SOURCES += get-rusage-as.c
25
26
Include:
27
"resource-ext.h"
28
29
License:
30
GPL
31
32
Maintainer:
33
all