Something about heap and memory maps and such. Also fixed C++ global constructors.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
namespace std
|
||||
{
|
||||
using ::abort;
|
||||
using ::malloc;
|
||||
using ::free;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user