Searched refs:Batch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h319 typedef typename SizeClassMap::TransferBatch Batch; typedef in class:__sanitizer::SizeClassAllocator64
345 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
349 Batch *b = region->free_list.Pop();
356 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
493 LFStack<Batch> free_list;
517 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
520 Batch *b = region->free_list.Pop();
560 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)));
562 b = (Batch*)(region_be
692 typedef typename SizeClassMap::TransferBatch Batch; typedef in class:__sanitizer::SizeClassAllocator32
958 typedef typename SizeClassMap::TransferBatch Batch; typedef in struct:__sanitizer::SizeClassAllocatorLocalCache
[all...]

Completed in 54 milliseconds