Home
last modified time | relevance | path

Searched defs:mem_block_cache (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmem_block_cache.hpp42 struct mem_block_cache struct
44 std::atomic<void*> cache[BOOST_REGEX_MAX_CACHE_BLOCKS];
46 ~mem_block_cache() in ~mem_block_cache()
52 void* get() in get()
62 void put(void* ptr) in put()