Searched refs:guard_size (Results 1 – 1 of 1) sorted by relevance
1191 let guard_size = Self::GUARD_PAGES_NUM * MMArch::PAGE_SIZE; in new() localVariable1192 let actual_stack_bottom = stack_bottom - guard_size; in new()1204 guard_size, in new()1231 mapped_size: guard_size, in new()1232 current_sp: actual_stack_bottom - guard_size, in new()