Bananymous
|
48096b18c2
|
LibC: mmap returns MAP_FAILED instead of NULL
|
2023-09-29 10:38:08 +03:00 |
Bananymous
|
15cd59b8ce
|
LibC: Fix a bug in malloc
You could not allocate with size equal to one of the pool sizes.
|
2023-09-28 21:05:27 +03:00 |
Bananymous
|
6bb2c80bdd
|
Kernel/LibC: userspace malloc now uses mmap to get memory
We could remove syscalls to allocate more memory. This was not
something the kernel should have done.
|
2023-09-23 02:26:23 +03:00 |