Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_local_cache.h38 if (UNLIKELY(!Refill(c, allocator, class_id))) in Allocate()
98 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() function
157 if (UNLIKELY(!Refill(c, allocator, class_id))) in Allocate()
234 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator, in Refill() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h63 Refill(c); in Alloc()
100 void Refill(Cache *c) { in Refill() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h63 Refill(c); in Alloc()
101 void Refill(Cache *c) { in Refill() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h952 Refill(allocator, class_id); in Allocate()
1000 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) { in Refill() function