Emap: Move in write_acquired from extent.

This commit is contained in:
David Goldblatt
2020-01-30 12:31:19 -08:00
committed by David Goldblatt
parent 01f255161c
commit ca21ce4071
3 changed files with 25 additions and 19 deletions

View File

@@ -30,4 +30,9 @@ bool emap_rtree_leaf_elms_lookup(tsdn_t *tsdn, emap_t *emap,
rtree_ctx_t *rtree_ctx, const edata_t *edata, bool dependent,
bool init_missing, rtree_leaf_elm_t **r_elm_a, rtree_leaf_elm_t **r_elm_b);
/* Only temporarily public; this will be internal eventually. */
void emap_rtree_write_acquired(tsdn_t *tsdn, emap_t *emap,
rtree_leaf_elm_t *elm_a, rtree_leaf_elm_t *elm_b, edata_t *edata,
szind_t szind, bool slab);
#endif /* JEMALLOC_INTERNAL_EMAP_H */