Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_local_cache.h112 const uptr first_idx_to_drain = c->count - count; in Drain() local
115 &c->chunks[first_idx_to_drain], count); in Drain()
250 const uptr first_idx_to_drain = c->count - count; in Drain() local
252 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
260 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()