Home
last modified time | relevance | path

Searched refs:BOOST_REGEX_BLOCKSIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/regex/
Dconfig.hpp426 # ifndef BOOST_REGEX_BLOCKSIZE
427 # define BOOST_REGEX_BLOCKSIZE 4096 macro
429 # if BOOST_REGEX_BLOCKSIZE < 512
/third_party/boost/boost/regex/v4/
Dmem_block_cache.hpp60 return ::operator new(BOOST_REGEX_BLOCKSIZE); in get()
113 return ::operator new(BOOST_REGEX_BLOCKSIZE);
Dperl_matcher_non_recursive.hpp111 *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()
/third_party/boost/libs/regex/doc/
Dconfiguration.qbk70 [[BOOST_REGEX_BLOCKSIZE][In non-recursive mode, Boost.Regex uses largish blocks of memory to act as…
71BOOST_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
/third_party/boost/libs/regex/test/config_info/
Dregex_config_info.cpp49 PRINT_MACRO(BOOST_REGEX_BLOCKSIZE); in NEW_MAIN()
/third_party/boost/libs/regex/src/
Dregex.cpp186 return ::operator new(BOOST_REGEX_BLOCKSIZE); in get_mem_block()