8 Commits (master)

Author SHA1 Message Date
Anton Lydike bb13cbeca5 a lot of cleanup, added pmp 3 years ago
Anton Lydike f75963f7bb fixed a couple of small bugs 3 years ago
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
Anton Lydike 7302c9c652 applied uncrustify to malloc source 3 years ago
Anton Lydike 426a6508d1 removed trailing whitespaces 3 years ago
Anton Lydike 887056f141 removed unused and unimplemented malloc definitions 3 years ago
Anton Lydike c8c19f298a bundled all types into ktypes.h and added optionals 3 years ago
Anton Lydike a0c3a57921 added placeholder malloc_stack as malloc precursor 3 years ago