Searched refs:currentBlock (Results 1 – 2 of 2) sorted by relevance
102 currentBlock = alloc.allocate(blockSize); in construct()103 allocations.emplace_back(currentBlock); in construct()106 T* object = ¤tBlock[currentIndex++]; in construct()114 currentBlock = nullptr; in reset()119 T* currentBlock = nullptr; member in mapbox::detail::Earcut::ObjectPool
129 currentBlock = alloc_traits::allocate(alloc, blockSize); in construct()130 allocations.emplace_back(currentBlock); in construct()133 T* object = ¤tBlock[currentIndex++]; in construct()143 currentBlock = nullptr; in reset()148 T* currentBlock = nullptr; member in qt_mapbox::detail::Earcut::ObjectPool