summaryrefslogtreecommitdiff
path: root/modules/get-rusage-data
blob: 4206ec964275ab945ffa558acbc8deee984c6a0a (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
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_CHECK_FUNCS_ONCE([sbrk setrlimit])
gl_FUNC_MMAP_ANON

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

Include:
"resource-ext.h"

License:
GPL

Maintainer:
all