[libc-commits] [libc] [libc] implement `memalignment` (PR #132493)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Mar 25 10:37:30 PDT 2025


================
@@ -40,6 +40,12 @@ functions:
     arguments:
       - type: size_t
       - type: size_t
+  - name: memalignment
+    standards:
+      - stdc
+    return_type: size_t
+    arguments:
+      - type: const void *
----------------
michaelrj-google wrote:

this should be in `stdlib.yaml`

https://github.com/llvm/llvm-project/pull/132493


More information about the libc-commits mailing list