Searched refs:BOOST_REGEX_BLOCKSIZE (Results 1 – 6 of 6) sorted by relevance
426 # ifndef BOOST_REGEX_BLOCKSIZE427 # define BOOST_REGEX_BLOCKSIZE 4096 macro429 # if BOOST_REGEX_BLOCKSIZE < 512
60 return ::operator new(BOOST_REGEX_BLOCKSIZE); in get()113 return ::operator new(BOOST_REGEX_BLOCKSIZE);
111 *end = reinterpret_cast<saved_state*>(reinterpret_cast<char*>(*base)+BOOST_REGEX_BLOCKSIZE); in save_state_init()237 …_state = reinterpret_cast<saved_state*>(reinterpret_cast<char*>(stack_base)+BOOST_REGEX_BLOCKSIZE); in extend_stack()
70 [[BOOST_REGEX_BLOCKSIZE][In non-recursive mode, Boost.Regex uses largish blocks of memory to act as…71 …BOOST_REGEX_BLOCKSIZE it is permitted to use. If this value is exceeded then Boost.Regex will sto…77 up to 16 blocks each of BOOST_REGEX_BLOCKSIZE size). If memory is tight then try
49 PRINT_MACRO(BOOST_REGEX_BLOCKSIZE); in NEW_MAIN()
186 return ::operator new(BOOST_REGEX_BLOCKSIZE); in get_mem_block()