Home
last modified time | relevance | path

Searched refs:GetFromAllocator (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_local_cache.h102 if (UNLIKELY(!allocator->GetFromAllocator(&stats_, class_id, c->chunks, in Refill()
Dsanitizer_allocator_primary64.h140 NOINLINE bool GetFromAllocator(AllocatorStats *stat, uptr class_id, in GetFromAllocator() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cpp464 a->GetFromAllocator(&stats, 30, chunks, kNumChunks); in TEST()
537 if (!a.GetFromAllocator(&stats, 52, chunks, kNumChunks)) { in TEST()