Mimalloc vs dlmalloc #20936
Replies: 2 comments 7 replies
-
It could be a bug in mimalloc, or it could be existing memory corruption bug doesn't show up except under certain memory layout conditions. Can you try |
Beta Was this translation helpful? Give feedback.
-
After switching to |
Beta Was this translation helpful? Give feedback.
-
A multithreaded application is causing memory access out of bounds with Mimalloc , but doesn't cause any issue with any other allocator like dlmalloc. I have enabled pthreads as well. What could be the possible reason of same?
Beta Was this translation helpful? Give feedback.
All reactions