Home
last modified time | relevance | path

Searched defs:sbrk (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c113 void *sbrk(int64_t increment) in sbrk() function
/DragonOS-0.1.8/kernel/src/mm/
Dsyscall.rs91 pub fn sbrk(incr: isize) -> Result<VirtAddr, SystemError> { in sbrk() method
Ducontext.rs532 pub unsafe fn sbrk(&mut self, incr: isize) -> Result<VirtAddr, SystemError> { in sbrk() method