Hash :
e5f59849
Author :
Date :
2020-05-27T20:11:27
vma-iter: Make more robust in multithreaded applications. * lib/vma-iter.c (rof_open, vma_iterate): Pass an O_CLOEXEC flag to open(). * modules/vma-iter (Depends-on): Add 'open'.
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
open
configure.ac:
gl_FUNC_MMAP_ANON
AC_REQUIRE([AC_C_INLINE])
AC_CHECK_FUNCS_ONCE([mquery pstat_getprocvm])
Makefile.am:
lib_SOURCES += vma-iter.c
Include:
"vma-iter.h"
License:
GPL
Maintainer:
all