Extent -> Eset: Move insertion and removal.
This commit is contained in:
committed by
David Goldblatt
parent
a42861540e
commit
1210af9a4e
@@ -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 */
|
||||
|
Reference in New Issue
Block a user