Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_local_cache.h119 const uptr first_idx_to_drain = c->count - count; in Drain() local
122 &c->chunks[first_idx_to_drain], count); in Drain()
257 const uptr first_idx_to_drain = c->count - count; in Drain() local
259 class_id, allocator, (TransferBatch *)c->batch[first_idx_to_drain]); in Drain()
267 b->SetFromArray(&c->batch[first_idx_to_drain], count); in Drain()