Add extent_dirty_[gs]et().

This commit is contained in:
Jason Evans
2016-05-24 20:56:46 -07:00
parent 47613afc34
commit 760bf11b23
6 changed files with 34 additions and 10 deletions

View File

@@ -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);
}