Home
last modified time | relevance | path

Searched refs:block_cache (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/regex/src/
Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
206 return block_cache.get(); in get_mem_block()
211 block_cache.put(p); in put_mem_block()
/third_party/boost/boost/regex/v4/
Dmem_block_cache.hpp135 extern mem_block_cache block_cache;