summaryrefslogtreecommitdiff
path: root/gnulib/modules/get-rusage-data
blob: 2d8d378530da8e868409e4bb28a64defb9683a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
Getter for RLIMIT_DATA: Returns the data segment size.

Files:
lib/resource-ext.h
lib/get-rusage-data.c
m4/mmap-anon.m4

Depends-on:
stdint
unistd
extensions
getpagesize
vma-iter

configure.ac:
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([setrlimit])
gl_FUNC_MMAP_ANON

Makefile.am:
lib_SOURCES += get-rusage-data.c

Include:
"resource-ext.h"

License:
GPL

Maintainer:
Bruno Haible