HomeSort by relevance Sort by last modified time
    Searched refs:AllocateBatch (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 259 a->AllocateBatch(&stats, &cache, 32);
286 a->AllocateBatch(&stats, &cache, 32);
319 a.AllocateBatch(&stats, &cache, 52);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
725 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
970 Batch *b = allocator->AllocateBatch(&stats_, this, class_id);
    [all...]

Completed in 1228 milliseconds