Merge branch 'dev' into dev-slice

This commit is contained in:
Daan 2024-05-21 11:58:10 -07:00
commit 998401b6d7
8 changed files with 98 additions and 7 deletions

View file

@ -422,6 +422,7 @@ __attribute__((constructor(0)))
#else
__attribute__((constructor)) // seems not supported by g++-11 on the M1
#endif
__attribute__((used))
static void _mi_macos_override_malloc(void) {
malloc_zone_t* purgeable_zone = NULL;