Searched refs:Refill (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_local_cache.h | 38 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/ |
D | tsan_dense_alloc.h | 63 Refill(c); in Alloc() 100 void Refill(Cache *c) { in Refill() function
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_dense_alloc.h | 63 Refill(c); in Alloc() 101 void Refill(Cache *c) { in Refill() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 952 Refill(allocator, class_id); in Allocate() 1000 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) { in Refill() function
|