blob: 0dadd5cc6f12748d529b255524351a69867fedad (
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
32
33
|
Description:
Getter for RLIMIT_AS: Returns the current address space size.
Files:
lib/resource-ext.h
lib/get-rusage-as.c
m4/mmap-anon.m4
Depends-on:
stdint
unistd
extensions
getpagesize
open
vma-iter
configure.ac:
AC_CHECK_FUNCS_ONCE([setrlimit])
gl_FUNC_MMAP_ANON
AC_CHECK_HEADERS_ONCE([sys/mman.h])
AC_CHECK_FUNCS_ONCE([mprotect])
Makefile.am:
lib_SOURCES += get-rusage-as.c
Include:
"resource-ext.h"
License:
GPL
Maintainer:
all
|