mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
std.c: add os_proc_available_memory for darwin
This commit is contained in:
parent
3f3b1a6808
commit
012f9a97eb
@ -3867,3 +3867,4 @@ pub const MIN = struct {
|
||||
};
|
||||
|
||||
pub extern "c" fn mincore(addr: *align(std.mem.page_size) const anyopaque, length: usize, vec: [*]u8) c_int;
|
||||
pub extern "c" fn os_proc_available_memory() usize;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user