Something about heap and memory maps and such. Also fixed C++ global constructors.

This commit is contained in:
2024-01-11 17:55:12 +01:00
parent 0348b24f05
commit 97732de3ae
20 changed files with 643 additions and 84 deletions

View File

@@ -9,6 +9,8 @@
namespace std
{
using ::abort;
using ::malloc;
using ::free;
}
#endif // !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)