cosmopolitan/test
Justine Tunney 0a79c6961f
Make malloc scalable on all platforms
It turns out sched_getcpu() didn't work on many platforms. So the system
call now has tests and is well documented. We now employ new workarounds
on platforms where it isn't supported in our malloc() implementation. It
was previously the case that malloc() was only scalable on Linux/Windows
for x86-64. Now the other platforms are scalable too.
2024-08-15 23:32:53 -07:00
..
ctl Allow -c to be specified with -E in cosmocc 2024-07-31 02:09:15 -07:00
dsp Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
libc Make malloc scalable on all platforms 2024-08-15 23:32:53 -07:00
libcxx Fix std::filesystem 2024-07-28 17:31:21 -07:00
math Share file offset across processes 2024-08-03 01:39:11 -07:00
net Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
posix Share file offset across execve() on Windows 2024-08-03 17:48:00 -07:00
tool Fix build issues 2024-08-15 18:37:33 -07:00
BUILD.mk Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00