vma-iter, get-rusage-as: Add OpenBSD support.
[gnulib.git] / lib / get-rusage-data.c
index 20c49ce..1b9214b 100644 (file)
@@ -69,7 +69,9 @@
 
    OpenBSD:
      a) setrlimit with RLIMIT_DATA works.
-     b) No VMA iteration API exists.
+     b) mquery() can be used to find out about the virtual memory areas.
+     get_rusage_data_via_setrlimit() works much better than
+     get_rusage_data_via_iterator().
      Note that malloc() appears to use mmap() for both large and small
      allocations.