|
|
|
|
|
by astrange
529 days ago
|
|
> It's really quite ridiculous that compiler implementers have managed to overzealously nitpick the C standard so that you can't implement a memory allocator in C. This is good because it's also what gives you valgrind and CHERI. Take one away and you can't have the other. (Because if you define all undefined behavior, then programs will rely on it and you can't assume it's an error anymore.) |
|