Searched refs:cache_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h48 : cache_(LINKER_INITIALIZED) {
69 cache_.Transfer(c);
71 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())
84 Cache cache_; member in class:__sanitizer::Quarantine
92 while (cache_.Size() > min_size) {
93 QuarantineBatch *b = cache_.DequeueBatch();
/freebsd-11.0-release/usr.sbin/nscd/
H A Dcachelib.h211 struct cache_ { struct
220 typedef struct cache_ *cache;
H A Dcachelib.c61 static struct cache_entry_ ** find_cache_entry_p(struct cache_ *,
179 find_cache_entry_p(struct cache_ *the_cache, const char *entry_name)
476 struct cache_ *
479 struct cache_ *retval;
502 destroy_cache(struct cache_ *the_cache)
521 register_cache_entry(struct cache_ *the_cache,
647 unregister_cache_entry(struct cache_ *the_cache, const char *entry_name)
672 find_cache_entry(struct cache_ *the_cache, const char *entry_name)
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc133 : cache_(cache) {
159 get_allocator().Deallocate(cache_, p);
163 return get_allocator().Allocate(cache_, size, 1, false);
167 get_allocator().Deallocate(cache_, p);
170 AllocatorCache *cache_; member in struct:__asan::QuarantineCallback

Completed in 121 milliseconds