mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Add extent_dirty_[gs]et().
This commit is contained in:
@@ -74,7 +74,7 @@ base_chunk_alloc(tsdn_t *tsdn, size_t minsize)
|
||||
base_resident += PAGE_CEILING(nsize);
|
||||
}
|
||||
}
|
||||
extent_init(extent, NULL, addr, csize, true, true, true, false);
|
||||
extent_init(extent, NULL, addr, csize, true, false, true, true, false);
|
||||
return (extent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user