Method lrs::thread::Builder::set_guard_size

Sets the size of the guard page at the end of the thread's stack.

Syntax

impl Builder {
    fn set_guard_size(&mut self, size: usize) -> Result<(), Errno>
}

Arguments

NameDescription
size

The size of the guard page.