Add emap, for tracking extent locking.
This commit is contained in:
committed by
David Goldblatt
parent
0f686e82a3
commit
01f255161c
@@ -65,7 +65,7 @@ vsalloc(tsdn_t *tsdn, const void *ptr) {
|
||||
|
||||
edata_t *edata;
|
||||
szind_t szind;
|
||||
if (rtree_edata_szind_read(tsdn, &extents_rtree, rtree_ctx,
|
||||
if (rtree_edata_szind_read(tsdn, &emap_global.rtree, rtree_ctx,
|
||||
(uintptr_t)ptr, false, &edata, &szind)) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user