commit | 5e460bfea25c39d9bf8ea0077c3b6740e9515487 | [log] [tgz] |
---|---|---|
author | Xin Yang <yangxin.dev@bytedance.com> | Tue May 13 11:25:13 2025 +0800 |
committer | Qi Wang <interwq@gmail.com> | Thu May 22 10:43:33 2025 -0700 |
tree | 957eb6c440d34ab12363d83854becfd532bd2814 | |
parent | 9169e9272a9fb123702e04c77ff5326f29818f70 [diff] |
Refactor: use the cache_bin_sz_t typedef instead of direct uint16_t any future changes to the underlying data type for bin sizes (such as upgrading from `uint16_t` to `uint32_t`) can be achieved by modifying only the `cache_bin_sz_t` definition. Signed-off-by: Xin Yang <yangxin.dev@bytedance.com>