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 258 a->AllocateBatch(&stats, &cache, 32);
285 a->AllocateBatch(&stats, &cache, 32);
318 a.AllocateBatch(&stats, &cache, 52);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 332 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
654 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
899 Batch *b = allocator->AllocateBatch(&stats_, this, class_id);
    [all...]

Completed in 52 milliseconds