Using the memory map for the heap.

This commit is contained in:
2024-01-11 22:54:41 +01:00
parent 97732de3ae
commit 164f05bd59
6 changed files with 139 additions and 15 deletions

View File

@@ -13,4 +13,6 @@ using ::malloc;
using ::free;
}
void __ba_registerAllocatableMemory(void* memory, size_t size) noexcept;
#endif // !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)