Searched defs:mem_block_cache (Results 1 – 2 of 2) sorted by relevance
42 struct mem_block_cache struct44 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()73 static mem_block_cache& instance() in instance()
38 struct mem_block_cache struct40 std::atomic<void*> cache[BOOST_REGEX_MAX_CACHE_BLOCKS];42 ~mem_block_cache() in ~mem_block_cache()48 void* get() in get()58 void put(void* ptr) in put()69 static mem_block_cache& instance() in instance()