mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* modules/vma-iter (configure.ac): Test for mquery. * lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Define also on OpenBSD. * lib/vma-iter.c: Include <sys/mman.h>. (vma_iterate): Add an implementation based on mquery(). * lib/resource-ext.h (get_rusage_as): Update comments. * lib/get-rusage-as.c: Likewise. * lib/get-rusage-data.c: Likewise.
30 lines
320 B
Plaintext
30 lines
320 B
Plaintext
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])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += vma-iter.c
|
|
|
|
Include:
|
|
"vma-iter.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|