stdbit: port to theoretical platforms
[gnulib.git] / modules / get-rusage-as
blob0dadd5cc6f12748d529b255524351a69867fedad
1 Description:
2 Getter for RLIMIT_AS: Returns the current address space size.
4 Files:
5 lib/resource-ext.h
6 lib/get-rusage-as.c
7 m4/mmap-anon.m4
9 Depends-on:
10 stdint
11 unistd
12 extensions
13 getpagesize
14 open
15 vma-iter
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])
23 Makefile.am:
24 lib_SOURCES += get-rusage-as.c
26 Include:
27 "resource-ext.h"
29 License:
30 GPL
32 Maintainer:
33 all