Update StarMemory.cpp

This commit is contained in:
Kae 2024-12-31 14:59:15 +11:00
parent 5b520556cf
commit 9e3341f2f2

View File

@ -51,7 +51,7 @@ namespace Star {
void free(void* ptr, size_t size) {
if (ptr)
::sdallocx(ptr, size, 0);
je_sdallocx(ptr, size, 0);
}
#endif
#elif STAR_USE_MIMALLOC