mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Update a comment.
This commit is contained in:
parent
ce7c0f999b
commit
f86bc081d6
1 changed files with 2 additions and 2 deletions
|
|
@ -668,8 +668,8 @@ arena_chunk_init_hard(arena_t *arena)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the map to contain one maximal free untouched run. Mark
|
* Initialize the map to contain one maximal free untouched run. Mark
|
||||||
* the pages as zeroed if chunk_alloc() returned a zeroed or decommitted
|
* the pages as zeroed if arena_chunk_alloc_internal() returned a zeroed
|
||||||
* chunk.
|
* or decommitted chunk.
|
||||||
*/
|
*/
|
||||||
flag_unzeroed = (zero || !commit) ? 0 : CHUNK_MAP_UNZEROED;
|
flag_unzeroed = (zero || !commit) ? 0 : CHUNK_MAP_UNZEROED;
|
||||||
flag_decommitted = commit ? 0 : CHUNK_MAP_DECOMMITTED;
|
flag_decommitted = commit ? 0 : CHUNK_MAP_DECOMMITTED;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue