On Sat Feb 11 14:27:53 2023 +0000, Jinoh Kang wrote:
The ternary condition guard is kind of redundant.
#define BLOCK_SIZE_BIN_N( n, size ) (((size) - 1 - BIN_SIZE_MIN_##n) / BIN_SIZE_STEP_##n)
(If you expect it to be directly used, it should be accompanied by both upper and lower bound check.)
Sure.