コード例 #1
0
        public void Creation_DefaultNumPools()
        {
            var pool = new SlabAllocatedArrayPool <CellPass>(DEFAULT_TEST_SLAB_ALLOCATED_POOL_SIZE);

            pool.Should().NotBeNull();
        }