snmalloc icon indicating copy to clipboard operation
snmalloc copied to clipboard

Optionally use superpages on Windows

Open davidchisnall opened this issue 5 years ago • 0 comments

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.

davidchisnall avatar Jul 02 '20 21:07 davidchisnall