MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / ustack_base

Method ustack_base

os/src/task/id.rs:212–214  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

210 }
211
212 pub fn ustack_base(&self) -> usize {
213 self.ustack_base
214 }
215 pub fn ustack_top(&self) -> usize {
216 ustack_bottom_from_tid(self.ustack_base, self.tid) + USER_STACK_SIZE
217 }

Callers 1

forkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected