mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 18:17:19 +03:00
Extent -> Eset: Move insertion and removal.
This commit is contained in:
parent
a42861540e
commit
1210af9a4e
3 changed files with 85 additions and 83 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue