mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
[EASY][BUGFIX] Spelling and format
This commit is contained in:
parent
38b12427b7
commit
2a66c0be5a
2 changed files with 3 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ struct pac_thp_s {
|
|||
* opt_thp controls THP for user requested allocations. Settings
|
||||
* "always", "never" and "default" are available if THP is supported
|
||||
* by the OS and the default extent hooks are used:
|
||||
* - "always" and "never" are convered by pages_set_thp_state() in
|
||||
* - "always" and "never" are covered by pages_set_thp_state() in
|
||||
* ehooks_default_alloc_impl().
|
||||
* - "default" makes no change for all the other auto arenas except
|
||||
* the huge arena. For the huge arena, we might also look at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue