Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h81 : cache_(LINKER_INITIALIZED) { in Quarantine()
118 cache_.Transfer(c); in Drain()
120 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock()) in Drain()
127 cache_.Transfer(c); in DrainAndRecycle()
137 cache_.PrintStats(); in PrintStats()
149 Cache cache_; variable
162 uptr cache_size = cache_.Size(); in Recycle()
163 uptr overhead_size = cache_.OverheadSize(); in Recycle()
172 cache_.MergeBatches(&tmp); in Recycle()
176 while (cache_.Size() > min_size) { in Recycle()
[all …]
/freebsd-12-stable/usr.sbin/nscd/
Dcachelib.h211 struct cache_ { struct
220 typedef struct cache_ *cache; argument
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) in find_cache_entry_p()
476 struct cache_ *
479 struct cache_ *retval; in init_cache()
502 destroy_cache(struct cache_ *the_cache) in destroy_cache()
521 register_cache_entry(struct cache_ *the_cache, in register_cache_entry()
647 unregister_cache_entry(struct cache_ *the_cache, const char *entry_name) in unregister_cache_entry()
672 find_cache_entry(struct cache_ *the_cache, const char *entry_name) in find_cache_entry()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp196 : cache_(cache), in QuarantineCallback()
223 get_allocator().Deallocate(cache_, p); in Recycle()
227 void *res = get_allocator().Allocate(cache_, size, 1); in Allocate()
235 get_allocator().Deallocate(cache_, p); in Deallocate()
239 AllocatorCache* const cache_; member