mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-22 02:42:12 +03:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ JEMALLOC_INLINE bool
|
|||
extent_node_committed_get(const extent_node_t *node)
|
||||
{
|
||||
|
||||
assert(!extent_node_achunk_get(node));
|
||||
assert(!node->en_achunk);
|
||||
return (node->en_committed);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue