justin = { main feed , music , code , askjf , pubkey }; | |||
Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead.
|
|||
Question: Have you tried github.com/microsoft/mimalloc for memory allocator? I have tried this and works slightly or more faster than MSVC build in CRT malloc (which used standard Winapi HeapAlloc AFAIK). I was succesfully inject this on top CRT malloc function into MSVC libcmt directly rather than using hook dlls they provide (may publish that tricks in someday). Asked by Thiekus (45.76.148.x) on November 9 2020, 3:02pm Reply on November 10 2020, 2:37pm:
Comment:
|