Functions
fn brk_(addr: usize) i32
Brk sets the system’s idea of the lowest bss location not used by the program (…
Brk sets the system’s idea of the lowest bss location not used by the program (called the break) to addr rounded up to the next multiple of 8 bytes. Locations not less than addr and below the stack pointer may cause a memory violation if accessed. -9front brk(2)
Values
ERRMAX | comptime_int | |
PATH_MAX | comptime_int | |
STDERR_FILENO | comptime_int | |
STDIN_FILENO | comptime_int | |
STDOUT_FILENO | comptime_int | |
empty_sigset | comptime_int | |
syscall_bits | type |