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

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 09:45:19 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
----------------
nickdesaulniers wrote:

Sorry, did you move it to a distinct PR? or not yet?

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


More information about the llvm-commits mailing list