mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-01 16:10:30 +03:00
Add extent_dirty_[gs]et().
This commit is contained in:
parent
47613afc34
commit
760bf11b23
6 changed files with 34 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue