snmalloc
snmalloc copied to clipboard
Optionally use superpages on Windows
Windows can allocate superpages with VirtualAlloc2 and the MEM_LARGE_PAGES flag. This gives better TLB usage at the expense of some memory overhead. We should provide it as an option.