Adam

Results 9 comments of Adam

That sounds way complicated, I had thought a signal value in the config machine could be a compass heading (0-360 degrees), the same machine where you set squad size and...

I have previously tried running mi_option_set(mi_option_destroy_on_exit, true) as the first operation of our DllMain, before CRT_INIT and I tested just now doing the same via setting the default value in...

I have always been setting mi_option_destroy_on_exit, I have tried both methods of setting it to default on in options.c or setting it with mi_option_set(). It does get the above stats...

Thanks daanx, we get the above by specifying /ENTRY:DllEntryPoint. The above stuff about TLS not working as intended is interesting and worth fixing, but since we have already worked around...

I believe I have tried this with dev2 and dev3 if my understanding of Mimalloc is correct, I have tried 2.1.9 and 3.0.1. Through the course of the debug of...

I got the callstack for the leaking reservation, it appears to be related to _mi_thread_heap_init() and I tracked through the mi_heap_collect() code which appears to work correctly. ``` nvwgf2umx.dll!win_virtual_alloc_prim_once(void *...

@daanx, I wanted to summarize the findings here to see if you had any final thoughts. Two VirtualAlloc() allocations are leaking: - One you identified as having something to do...