• Show log

    Commit

  • Hash : b4866d29
    Author : Bruno Haible
    Date : 2025-09-11T16:59:54

    pagealign_alloc: Add benchmark for comparing different implementations.
    
    * lib/pagealign_alloc.h (pagealign_impl_t): New type.
    (pagealign_impl): New declaration.
    * lib/pagealign_alloc.c: On native Windows, include <malloc.h> and
    <windows.h>.
    (pagealign_impl): New variable.
    (info_t): Change to a union type.
    (get_default_impl): New function.
    (pagealign_alloc, pagealign_free): Dispatch according to pagealign_impl.
    * tests/bench-pagealign_alloc.c: New file.
    * modules/pagealign_alloc-tests: New file.
    

  • 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