Searched refs:AllocateBatch (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc259 a->AllocateBatch(&stats, &cache, 32);
286 a->AllocateBatch(&stats, &cache, 32);
319 a.AllocateBatch(&stats, &cache, 52);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, function in class:__sanitizer::SizeClassAllocator64
725 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c, function in class:__sanitizer::SizeClassAllocator32
970 Batch *b = allocator->AllocateBatch(&stats_, this, class_id);

Completed in 50 milliseconds