wip
This commit is contained in:
parent
270f187e2a
commit
e9cdb317f6
@ -27,7 +27,7 @@ BOOST_AUTO_TEST_CASE(smoke)
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(a_lot_of_items)
|
BOOST_AUTO_TEST_CASE(a_lot_of_items)
|
||||||
{
|
{
|
||||||
PoolAllocator<int, 1024> pool;
|
PoolAllocator<int> pool;
|
||||||
auto ptr = pool.allocate(2048);
|
auto ptr = pool.allocate(2048);
|
||||||
for (int i = 0; i < 2048; ++i)
|
for (int i = 0; i < 2048; ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user