Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary32.h318 uptr *pointers_array, uptr count) { in PopulateBatches() argument
322 RandomShuffle(pointers_array, count, &sci->rand_state); in PopulateBatches()
326 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches()
331 b->Add((void*)pointers_array[i]); in PopulateBatches()