s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
This commit is contained in:
@@ -70,7 +70,7 @@ vsalloc(tsdn_t *tsdn, const void *ptr)
|
||||
{
|
||||
extent_t *extent;
|
||||
|
||||
extent = chunk_lookup(tsdn, ptr, false);
|
||||
extent = extent_lookup(tsdn, ptr, false);
|
||||
if (extent == NULL)
|
||||
return (0);
|
||||
if (!extent_active_get(extent))
|
||||
|
Reference in New Issue
Block a user