You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anton Lydike df0a944528 Reuse stacks of dead processes
In order to make the stack-space of dead processes usable again, I
addeed a stack data structure which holds unused stack pointers.

When a process is killed, the destructor is called, which will free
the stack associated with the process.
3 years ago
..
boot.S removed trailing whitespaces 3 years ago
csr.c applied uncrustify to csr source 3 years ago
csr.h applied uncrustify to csr source 3 years ago
ecall.c Reuse stacks of dead processes 3 years ago
ecall.h applied uncrustify to ecall source 3 years ago
io.c applied uncrustify to io source 3 years ago
io.h applied uncrustify to io source 3 years ago
ktypes.h Reuse stacks of dead processes 3 years ago
malloc.c Reuse stacks of dead processes 3 years ago
malloc.h Reuse stacks of dead processes 3 years ago
sched.c Reuse stacks of dead processes 3 years ago
sched.h Reuse stacks of dead processes 3 years ago