Emap: Move over deregistration boundary functions.

This commit is contained in:
David Goldblatt
2020-01-30 14:55:36 -08:00
committed by David Goldblatt
parent 9b5ca0b09d
commit 6513d9d923
3 changed files with 15 additions and 7 deletions

View File

@@ -65,4 +65,7 @@ bool emap_register_boundary(tsdn_t *tsdn, emap_t *emap, rtree_ctx_t *rtree_ctx,
void emap_register_interior(tsdn_t *tsdn, emap_t *emap, rtree_ctx_t *rtree_ctx,
edata_t *edata, szind_t szind);
void emap_deregister_boundary(tsdn_t *tsdn, emap_t *emap,
rtree_ctx_t *rtree_ctx, edata_t *edata);
#endif /* JEMALLOC_INTERNAL_EMAP_H */