Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h306 uptr *pointers_array, uptr count) { in PopulateBatches() argument
310 RandomShuffle(pointers_array, count, &sci->rand_state); in PopulateBatches()
314 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches()
319 b->Add((void*)pointers_array[i]); in PopulateBatches()