Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc272 a->AllocateBatch(&stats, &cache, 32); in TEST()
299 a->AllocateBatch(&stats, &cache, 32); in TEST()
332 a.AllocateBatch(&stats, &cache, 52); in FailInAssertionOnOOM()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h353 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()