mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-05 19:14:37 +03:00
add comment
This commit is contained in:
parent
18244cebc5
commit
bbe81101db
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ terms of the MIT license. A copy of the license can be found in the file
|
||||||
#define MI_ENCODE_FREELIST 1
|
#define MI_ENCODE_FREELIST 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable large pages for objects between 128KiB and 512KiB. Disabled by default.
|
// Enable large pages for objects between 64KiB and 256KiB.
|
||||||
|
// Disabled by default as for many workloads the block sizes above 64 KiB are quite random which can lead to too many partially used large pages.
|
||||||
#ifndef MI_ENABLE_LARGE_PAGES
|
#ifndef MI_ENABLE_LARGE_PAGES
|
||||||
#define MI_ENABLE_LARGE_PAGES 0
|
#define MI_ENABLE_LARGE_PAGES 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue