Searched refs:AllocateBatch (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 272 a->AllocateBatch(&stats, &cache, 32); in TEST() 299 a->AllocateBatch(&stats, &cache, 32); in TEST() 332 a.AllocateBatch(&stats, &cache, 52); in FailInAssertionOnOOM()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_local_cache.h | 237 TransferBatch *b = allocator->AllocateBatch(&stats_, this, class_id); in Refill()
|
D | sanitizer_allocator_primary32.h | 167 NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 353 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() function 751 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() function 1003 Batch *b = allocator->AllocateBatch(&stats_, this, class_id); in Refill()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cpp | 498 a->AllocateBatch(&stats, &cache, 32); in TEST()
|