14175
|
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 |
14220
|
14 vma-iter |
14175
|
15 |
|
16 configure.ac: |
|
17 AC_REQUIRE([AC_C_INLINE]) |
|
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 Bruno Haible |