Searched refs:firstBlockCapacity (Results 1 – 2 of 2) sorted by relevance
1390 PoolAllocator(const ALLOCATION_CALLBACKS& allocationCallbacks, UINT firstBlockCapacity);1418 …cator<T>::PoolAllocator(const ALLOCATION_CALLBACKS& allocationCallbacks, UINT firstBlockCapacity) : in PoolAllocator() argument1420 m_FirstBlockCapacity(firstBlockCapacity), in PoolAllocator()
5204 … VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t firstBlockCapacity);5231 …:VmaPoolAllocator(const VkAllocationCallbacks* pAllocationCallbacks, uint32_t firstBlockCapacity) : in VmaPoolAllocator() argument5233 m_FirstBlockCapacity(firstBlockCapacity), in VmaPoolAllocator()