Hi Jules,
We’re seeing a weird issue since the move from malloc to new in ArrayAllocationBase on mac.
The debugger keeps saying there is some unaligned delete. (malloc_debug related)
After taking a look it seems that from time to time the new do no returns an aligned address, that’s why the delete is unaligned
Are you experiencing the same issue ?
Thanks,