Searched refs:GetFromAllocator (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_local_cache.h | 102 if (UNLIKELY(!allocator->GetFromAllocator(&stats_, class_id, c->chunks, in Refill()
|
D | sanitizer_allocator_primary64.h | 140 NOINLINE bool GetFromAllocator(AllocatorStats *stat, uptr class_id, in GetFromAllocator() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 464 a->GetFromAllocator(&stats, 30, chunks, kNumChunks); in TEST() 537 if (!a.GetFromAllocator(&stats, 52, chunks, kNumChunks)) { in TEST()
|