| 185 | } |
| 186 | |
| 187 | void ComponentFrameStorage::Grow() |
| 188 | { |
| 189 | auto allocSize = ComponentsOnPage(Pages.size()); |
| 190 | auto page = Pages.allocator().alloc(ComponentSizeInBytes * allocSize); |
| 191 | *Pages.add() = page; |
| 192 | } |
| 193 | |
| 194 | uint32_t ComponentFrameStorage::ComponentSizeBucket() const |
| 195 | { |