From 4b502993b5acb4e013d9ec3f8a7443536057e2a1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 7 Feb 2003 18:43:48 +0000 Subject: [PATCH] Added BOOST_QA_PAGE_SIZE. [SVN r17270] --- test/shared_ptr_alloc_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/shared_ptr_alloc_test.cpp b/test/shared_ptr_alloc_test.cpp index d77b56d..6eed3c3 100644 --- a/test/shared_ptr_alloc_test.cpp +++ b/test/shared_ptr_alloc_test.cpp @@ -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 allocations + deallocations:\n"; test();