Searched refs:LAST_MASK (Results 1 – 1 of 1) sorted by relevance
97 static constexpr size_t LAST_MASK = 1 << 1; variable98 static constexpr size_t SIZE_MASK = ~(PREV_FREE_MASK | LAST_MASK);199 if (next_ & LAST_MASK) in next()240 next_ |= LAST_MASK; in Block()