Commit Graph

3 Commits

Author SHA1 Message Date
Kai Blaschke
9029f897da
Support prefixed and non-prefixed JeMalloc functions
Note that linking a JeMalloc library without prefixed functions will replace all memory allocations, including any call to "new", not just the ones specifically called via Star::malloc etc.
2024-02-21 18:08:56 +01:00
Kai Blaschke
e2251a0e8b
Add detection for ARM64 and remove PPC.
Also removed i386 as valid architecture for macOS, as it's no longer supported (even x86_64 is currently being phased out in favor of Silicon-based Macs).

ARM64 would also be required for a potential Raspberry Pi port (also needs a Vulkan or OpenGL ES renderer).
2024-02-19 14:11:14 +01:00
Kae
6352e8e319 everything everywhere
all at once
2023-06-20 14:33:09 +10:00