diff --git a/include/jemalloc/internal/extent.h b/include/jemalloc/internal/extent.h index 969c7866..386d50ef 100644 --- a/include/jemalloc/internal/extent.h +++ b/include/jemalloc/internal/extent.h @@ -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); }