Home
last modified time | relevance | path

Searched refs:Drain (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h58 Drain(c, cb); in Put()
61 void NOINLINE Drain(Cache *c, Callback cb) { in Drain() function
Dsanitizer_allocator.h816 Drain(allocator); in Destroy()
843 Drain(allocator, class_id); in Deallocate()
847 void Drain(SizeClassAllocator *allocator) { in Drain() function
851 Drain(allocator, class_id); in Drain()
887 NOINLINE void Drain(SizeClassAllocator *allocator, uptr class_id) { in Drain() function
1193 cache->Drain(&primary_); in SwallowCache()
/external/oprofile/events/arm/xscale1/
Devents19 …500 name:BCU_DRAIN : number of times the BCU queues were drained due to a Drain Write Buffer comma…
/external/oprofile/events/arm/xscale2/
Devents19 …500 name:BCU_DRAIN : number of times the BCU queues were drained due to a Drain Write Buffer comma…
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc435 cache.Drain(a); in TestSizeClassAllocatorLocalCache()
472 static_allocator_cache.Drain(a); in AllocatorLeakTestWorker()
/external/compiler-rt/lib/asan/
Dasan_allocator2.cc580 quarantine.Drain(GetQuarantineCache(this), QuarantineCallback(ac)); in CommitBack()
/external/webkit/Source/JavaScriptCore/
DChangeLog1015 Drain the mark stack while marking weak handles, not after.