mimalloc
mimalloc copied to clipboard
Any solution for static override on Windows?
Is there a way other than dynamic overrides? Using dynamic overwriting has security problems in some scenarios, the memory address you allocate and release may be recorded by malicious programs, which may cause security problems, so I am looking for a solution of static overwriting, is there such a solution at present? I 've check #268.But I was confused by his solution, minmalloc failed to be compiled after applying this patch.