mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
Fix build failure.
This regression was introduced by
de249c8679 (Arena chunk decommit cleanups
and fixes.).
This resolves #254.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user