徐晨
Results
1
issues of
徐晨
I have questions about function mi_bin() ` else if (wsize > MI_MEDIUM_OBJ_WSIZE_MAX) { bin = MI_BIN_HUGE; }` why it returns MI_BIN_HUGE if wsize > MI_MEDIUM_OBJ_WSIZE_MAX, I think wsize should compares...