summaryrefslogtreecommitdiff
path: root/modules/vma-iter
blob: 40e560532cc26b3befd734ca135097ba4aed1628 (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:
Iteration over virtual memory areas.

Files:
lib/vma-iter.h
lib/vma-iter.c
m4/mmap-anon.m4

Depends-on:
stdint
unistd
extensions
getpagesize

configure.ac:
gl_FUNC_MMAP_ANON
AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
dnl On Solaris <= 9, <sys/procfs.h> is unusable when AC_SYS_LARGEFILE is in use.
AC_CHECK_HEADERS([sys/procfs.h])

Makefile.am:
lib_SOURCES += vma-iter.c

Include:
"vma-iter.h"

License:
GPL

Maintainer:
all