Home
last modified time | relevance | path

Searched refs:Refill (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h39 if (UNLIKELY(!Refill(c, allocator, class_id))) in Allocate()
99 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() function
164 if (UNLIKELY(!Refill(c, allocator, class_id))) in Allocate()
241 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h70 Refill(c); in Alloc()
130 NOINLINE void Refill(Cache *c) { in Refill() function