64 static inline unsigned
73 if (
index != 0 && (
sizeof(word_list) !=
sizeof(
word))) {
84 const int ALLOC_SIZE = 128;
87 unsigned alloc_size = (
UINT64_ONE << slot_index);
92 slot =
new word_list[ALLOC_SIZE * alloc_size];
94 for (
i = 0;
i < alloc_size * (ALLOC_SIZE - 1) ;
i += alloc_size) {
95 slot[
i].m_next_p = &slot[
i + alloc_size];
110 word_list *wl_p = (word_list *)array;