Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/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()
73 static mem_block_cache& instance() in instance()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dmem_block_cache.hpp38 struct mem_block_cache struct
40 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()