Open
Description
Hi everyone, how are you?
I just downloaded and build mimalloc, and when I overrided the global new operator with mi_malloc it's giving me issues, I have some static std::list that's allocating memory before mimalloc could initialize, I'm I doing something wrong?
Assert is here: internal.h - _mi_ptr_page (528): mi_assert_internal(p==NULL || mi_is_in_heap_region(p)); for what I saw p is nullptr.
Thanks!
PS: The issue doesn't trigger in Release build.
Target:
Version: 3.0.1
OS: Windows 11
Platform: Win32 (x32)
LIB: mimalloc-static.lib (Debug)
Metadata
Metadata
Assignees
Labels
No labels
Activity