# | Line 84 | Line 84 | struct mp_pool_t | |
---|---|---|
84 | /** Size of each chunk (in items). */ | |
85 | int new_chunk_capacity; | |
86 | ||
87 | + | /** Size of each item */ |
88 | + | size_t item_size; |
89 | + | |
90 | /** Size to allocate for each item, including overhead and alignment | |
91 | * padding. */ | |
92 | size_t item_alloc_size; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |