[libc-commits] [libc] [llvm] [libc] add basic arena allocator (PR	#121173)
    Tristan Ross via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Jan  7 12:10:28 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:
Not yet.
https://github.com/llvm/llvm-project/pull/121173
    
    
More information about the libc-commits
mailing list