Searched refs:overflow_length (Results 1 – 1 of 1) sorted by relevance
172 constexpr size_t overflow_length = (-header_size) / sizeof(uint16_t); // Unsigned arithmetic. in Alloc() local173 constexpr size_t max_alloc_length = overflow_length - 1u; in Alloc()