[all-commits] [llvm/llvm-project] ed4839: [libc] Fill out generated malloc.h and related std...

Roland McGrath via All-commits all-commits at lists.llvm.org
Sat Feb 15 16:32:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed48398431afa477fc57fcabb6ae1f7d94df6012
      https://github.com/llvm/llvm-project/commit/ed48398431afa477fc57fcabb6ae1f7d94df6012
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2025-02-15 (Sat, 15 Feb 2025)

  Changed paths:
    M libc/include/malloc.yaml
    M libc/include/stdlib-malloc.yaml
    M libc/include/stdlib.yaml

  Log Message:
  -----------
  [libc] Fill out generated malloc.h and related stdlib.h extensions (#127293)

This updates the generated stdlib.h and malloc.h headers to
include the subsets of extenion functions declared by glibc that
are also supported by Scudo and that use only simple types.
Scudo's extensions not declared by glibc are omitted.  glibc's
extensions not implemented by Scudo are omitted.  The mallinfo
and mallinfo2 functions are omitted (at least for now) since they
need struct definitions for their return types.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list