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

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 15:29:09 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:

Consider breaking getpagesize out into its own PR that's orthogonal to a new memory allocator.

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


More information about the llvm-commits mailing list