[libc] [llvm] [libc] add basic arena allocator (PR #121173)

Tristan Ross via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 20:15:45 PST 2025


================
@@ -141,6 +141,12 @@ functions:
       - type: int
       - type: __getoptargv_t
       - type: const char *
+  - name: getpagesize
+    standards:
+      - POSIX
+    return_type: int
+    arguments:
+      - type: void
----------------
RossComputerGuy wrote:

Will do, I didn't want PR's to get tied up depending on other PR's.

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


More information about the llvm-commits mailing list