• Show log

    Commit

  • Hash : 7c96b402
    Author : Paul Eggert
    Date : 2025-09-10T18:23:58

    pagealign_alloc: prefer posix_memalign
    
    Problem reported by Harry Sintonen in:
    https://lists.gnu.org/r/bug-gnulib/2025-09/msg00108.html
    * lib/pagealign_alloc.c (info_t, memnode_t, struct memnode_s)
    (memnode_table, new_memnode, get_memnode):
    Omit if HAVE_POSIX_MEMALIGN, even if HAVE_MMAP.
    (pagealign_alloc, pagealign_free): Prefer posix_memalign to mmap.
    

  • README

  • Please create and read the docs with
    
      $ cd doc
      $ make gnulib.html
      $ xdg-open gnulib.html
    
    or read the online manual at
    
      https://www.gnu.org/software/gnulib/manual/gnulib.html