mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Update a comment.
This commit is contained in:
@@ -561,7 +561,7 @@ arena_chunk_purge(arena_t *arena, arena_chunk_t *chunk)
|
|||||||
#ifdef JEMALLOC_PURGE_MADVISE_DONTNEED
|
#ifdef JEMALLOC_PURGE_MADVISE_DONTNEED
|
||||||
/*
|
/*
|
||||||
* madvise(..., MADV_DONTNEED) results in zero-filled pages for anonymous
|
* madvise(..., MADV_DONTNEED) results in zero-filled pages for anonymous
|
||||||
* mappings, but not for file-backed mappings.
|
* mappings.
|
||||||
*/
|
*/
|
||||||
0
|
0
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user