Added BOOST_QA_PAGE_SIZE.

[SVN r17270]
This commit is contained in:
Peter Dimov
2003-02-07 18:43:48 +00:00
parent a24ec3988a
commit 4b502993b5

View File

@ -135,6 +135,12 @@ int main()
std::cout << "BOOST_SP_USE_QUICK_ALLOCATOR: (not defined)\n";
#endif
#if defined(BOOST_QA_PAGE_SIZE)
std::cout << "BOOST_QA_PAGE_SIZE: " << BOOST_QA_PAGE_SIZE << "\n";
#else
std::cout << "BOOST_QA_PAGE_SIZE: (not defined)\n";
#endif
std::cout << n << " shared_ptr<int> allocations + deallocations:\n";
test<int>();