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, 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