xnanosleep: Move AC_LIBOBJ invocations to module description.
[pspp] / lib / get-rusage-data.c
index 20c49ce19db3ed68d30484802f3c849224530f48..1b9214b5cc0e0182cd08d63aefac93c8c48d9fd2 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.