Go to the documentation of this file.
7 #ifdef USE_TBB_SCALABLE_ALLOCATOR
9 #elif defined USE_GPL_POOL_ALLOCATOR
12 #elif defined USE_BOOST_POOL_ALLOCATOR
23 const char *error =
"compile option error! POOL_ALLOCATOR inconsistency";
24 std::cerr << error <<
"\n";
26 throw std::logic_error(error);