Fix build failure.
This regression was introduced by
de249c8679
(Arena chunk decommit cleanups
and fixes.).
This resolves #254.
This commit is contained in:
parent
ac5db02034
commit
6bdeddb697
@ -125,7 +125,7 @@ JEMALLOC_INLINE bool
|
|||||||
extent_node_committed_get(const extent_node_t *node)
|
extent_node_committed_get(const extent_node_t *node)
|
||||||
{
|
{
|
||||||
|
|
||||||
assert(!extent_node_achunk_get(node));
|
assert(!node->en_achunk);
|
||||||
return (node->en_committed);
|
return (node->en_committed);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user