Update StarMemory.cpp
This commit is contained in:
parent
5b520556cf
commit
9e3341f2f2
@ -51,7 +51,7 @@ namespace Star {
|
|||||||
|
|
||||||
void free(void* ptr, size_t size) {
|
void free(void* ptr, size_t size) {
|
||||||
if (ptr)
|
if (ptr)
|
||||||
::sdallocx(ptr, size, 0);
|
je_sdallocx(ptr, size, 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#elif STAR_USE_MIMALLOC
|
#elif STAR_USE_MIMALLOC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user