HomeSort by: relevance | last modified time | path
    Searched defs:Refill (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h 64 Refill(c);
102 void Refill(Cache *c) {
tsan_dense_alloc.h 64 Refill(c);
102 void Refill(Cache *c) {
tsan_dense_alloc.h 64 Refill(c);
102 void Refill(Cache *c) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 46 if (UNLIKELY(!Refill(c, allocator, class_id)))
106 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
165 if (UNLIKELY(!Refill(c, allocator, class_id)))
242 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
sanitizer_allocator_local_cache.h 46 if (UNLIKELY(!Refill(c, allocator, class_id)))
106 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
165 if (UNLIKELY(!Refill(c, allocator, class_id)))
242 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
sanitizer_allocator_local_cache.h 46 if (UNLIKELY(!Refill(c, allocator, class_id)))
106 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,
165 if (UNLIKELY(!Refill(c, allocator, class_id)))
242 NOINLINE bool Refill(PerClass *c, SizeClassAllocator *allocator,

Completed in 38 milliseconds