LIST_SIZE
#define LIST_SIZE 512
#define LIST_SIZE(x) ((((x) / __list_increment) + 1) * __list_increment)