Searched refs:CreateBatch (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 139 TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator, in CreateBatch() function 258 TransferBatch *b = CreateBatch( in Drain()
|
H A D | sanitizer_allocator_primary32.h | 326 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 138 TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator, in CreateBatch() function 257 TransferBatch *b = CreateBatch( in Drain()
|
H A D | sanitizer_allocator_primary32.h | 316 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 140 TransferBatch *CreateBatch(uptr class_id, SizeClassAllocator *allocator, in CreateBatch() function 259 TransferBatch *b = CreateBatch( in Drain()
|
H A D | sanitizer_allocator_primary32.h | 314 b = c->CreateBatch(class_id, this, (TransferBatch*)pointers_array[i]); in PopulateBatches()
|