Searched refs:BOOST_REGEX_MAX_CACHE_BLOCKS (Results 1 – 5 of 5) sorted by relevance
44 std::atomic<void*> cache[BOOST_REGEX_MAX_CACHE_BLOCKS];48 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in ~mem_block_cache()54 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in get()64 for (size_t i = 0;i < BOOST_REGEX_MAX_CACHE_BLOCKS; ++i) { in put()120 if(cached_blocks >= BOOST_REGEX_MAX_CACHE_BLOCKS)
43 #if BOOST_REGEX_MAX_CACHE_BLOCKS == 0182 #if BOOST_REGEX_MAX_CACHE_BLOCKS == 0
438 # ifndef BOOST_REGEX_MAX_CACHE_BLOCKS439 # define BOOST_REGEX_MAX_CACHE_BLOCKS 16 macro
51 PRINT_MACRO(BOOST_REGEX_MAX_CACHE_BLOCKS); in NEW_MAIN()
72 [[BOOST_REGEX_MAX_CACHE_BLOCKS][Tells Boost.Regex how many memory blocks to store in