You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable dyld interposing on Apple platforms when overriding
Enables the MI_OSX_ZONE and MI_OSX_INTERPOSE flags. These allow using
`malloc`/`free` on pointers returned from dynamic libraries (which will
otherwise fail, as the dynamic libraries use the System allocator).
These are enabled by default in mimalloc's CMakeLists.txt, but since we
build without that, we need to specify these flags ourselves.
0 commit comments