Searched refs:AllocateBatch (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_test.cc | 262 a->AllocateBatch(&stats, &cache, 32); in TEST() 289 a->AllocateBatch(&stats, &cache, 32); in TEST() 322 a.AllocateBatch(&stats, &cache, 52); in FailInAssertionOnOOM()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 345 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() function 730 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() function 979 Batch *b = allocator->AllocateBatch(&stats_, this, class_id); in Refill()
|