mirror of
https://github.com/boostorg/smart_ptr.git
synced 2025-07-31 13:17:23 +02:00
Added BOOST_QA_PAGE_SIZE.
[SVN r17270]
This commit is contained in:
@ -135,6 +135,12 @@ int main()
|
|||||||
std::cout << "BOOST_SP_USE_QUICK_ALLOCATOR: (not defined)\n";
|
std::cout << "BOOST_SP_USE_QUICK_ALLOCATOR: (not defined)\n";
|
||||||
#endif
|
#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";
|
std::cout << n << " shared_ptr<int> allocations + deallocations:\n";
|
||||||
|
|
||||||
test<int>();
|
test<int>();
|
||||||
|
Reference in New Issue
Block a user