Extent -> Eset: Move insertion and removal.

This commit is contained in:
David T. Goldblatt
2019-09-20 23:51:13 -07:00
committed by David Goldblatt
parent a42861540e
commit 1210af9a4e
3 changed files with 85 additions and 83 deletions

View File

@@ -70,4 +70,7 @@ size_t eset_nextents_get(eset_t *eset, pszind_t ind);
/* Get the sum total bytes of the extents in the given page size index. */
size_t eset_nbytes_get(eset_t *eset, pszind_t ind);
void eset_insert_locked(tsdn_t *tsdn, eset_t *eset, extent_t *extent);
void eset_remove_locked(tsdn_t *tsdn, eset_t *eset, extent_t *extent);
#endif /* JEMALLOC_INTERNAL_ESET_H */