mimalloc/include
hank 9a66d37d4e Add an option to reduce pagefault when available in Linux
This option instructs the kernel to synchronously load the entire mapped
region into active memory by specifying `MAP_POPULATE` in `mmap`. It will
cause read-ahead on that memory, and then the subsequent accesses to the
memory can proceed without page faults, improving some performance.
2021-07-05 19:23:41 +08:00
..
mimalloc-atomic.h fixes for M1; disable interpose use zones; fix pedantic warnings 2021-06-17 19:15:09 -07:00
mimalloc-internal.h fix for #414 making numa node count atomic 2021-06-17 19:38:51 -07:00
mimalloc-new-delete.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-override.h Bump copyright date 2021-04-24 16:35:11 +00:00
mimalloc-types.h fix double quote includes 2021-06-07 16:50:31 -07:00
mimalloc.h Add an option to reduce pagefault when available in Linux 2021-07-05 19:23:41 +08:00